Skip to content

Commit

Permalink
fix(format): 🐞 removal of numpy,matplotlib,pillow max versions for fl…
Browse files Browse the repository at this point in the history
…exible to collab updates

Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr committed Dec 5, 2023
1 parent 8797938 commit 918970e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ classifiers=[

[tool.poetry.dependencies]
python = ">=3.8,<3.12.0"
numpy = ">=1.24.0,>=1.26.1"
matplotlib = ">=3.5.0,>=3.8.1"
numpy = ">=1.20.0"
matplotlib = ">=3.5.0"
pyyaml = ">=5.3,<=6.0.1"
pillow = ">=9.4,<=10.1.0"
pillow = ">=9.4"
opencv-python = { version = ">=4.5.5.64,<=4.8.1.78", optional = true }
opencv-python-headless = ">=4.5.5.64,<=4.8.1.78"
scipy = ">=1.9.0,<=2.0.0"
Expand Down

0 comments on commit 918970e

Please sign in to comment.