Skip to content

Commit

Permalink
Merge pull request #50 from visualDust/dev
Browse files Browse the repository at this point in the history
instant fix for import errors
  • Loading branch information
visualDust authored Sep 27, 2023
2 parents 36e0156 + 59c50c1 commit 1967dd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ classifiers = [
# default = true

[tool.poetry.dependencies]
python = ">=3.8,<4"
python = ">=3.9,<3.13"
toml = ">0.10"
injector = ">=0.20"
setproctitle = ">=1.0"
rich = ">=13"
numpy = "^1.26.0"
pillow = "^10.0.1"

[tool.poetry.group.dev.dependencies]
pytest = "^6.0.0"
Expand Down

1 comment on commit 1967dd4

@vercel
Copy link

@vercel vercel bot commented on 1967dd4 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.