Skip to content

Commit

Permalink
fix(versions): 🐞 min numpy version changed to 1.21.2
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr committed Dec 5, 2023
1 parent 918970e commit c3c934f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/requirements-dev-min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ idna==3.4
iniconfig==2.0.0
kiwisolver==1.4.5
matplotlib==3.5.0
numpy==1.24.4
numpy==1.21.2
opencv-python==4.5.5.64
packaging==23.2
Pillow==10.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers=[

[tool.poetry.dependencies]
python = ">=3.8,<3.12.0"
numpy = ">=1.20.0"
numpy = ">=1.21.2"
matplotlib = ">=3.5.0"
pyyaml = ">=5.3,<=6.0.1"
pillow = ">=9.4"
Expand Down

0 comments on commit c3c934f

Please sign in to comment.