Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism authored Jul 20, 2024
1 parent 848913c commit 01fa27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
pillow = "==10.0.1"
python = ">=3.8,<3.13"
pillow = ">=10.0.0,<10.4.1"
numpy = "^1.24.3"
jinja2 = "^3.1.2"
texttable = "^1.6.7"
Expand Down

0 comments on commit 01fa27f

Please sign in to comment.