Skip to content

Commit

Permalink
Drop support for python 3.12 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Yazhou Cao <[email protected]>
  • Loading branch information
humpydonkey and AsiaCao authored Feb 29, 2024
1 parent 774ea87 commit 988a9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packages = [{include = "vision_agent"}]
"documentation" = "https://github.com/landing-ai/vision-agent"

[tool.poetry.dependencies] # main dependency group
python = ">=3.10,<4.0"
python = ">=3.10,<3.12"

numpy = ">=1.21.0,<2.0.0"
pillow = "10.*"
Expand Down

0 comments on commit 988a9ec

Please sign in to comment.