Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
numpy `3` doesn't even exist, should be `2`

thanks to @timtreis
  • Loading branch information
gnodar01 authored Feb 5, 2025
1 parent 0dfeefa commit ed7b788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def run_tests(self):
install_requires=[
"deprecation",
"matplotlib>=3.1.3,<4",
"numpy>=1.18.2,<3",
"numpy>=1.18.2,<2",
"pillow>=7.1.0,<12",
"scikit-image>=0.17.2,<=0.24",
"scipy>=1.4.1,!=1.11.0,<2",
Expand Down

0 comments on commit ed7b788

Please sign in to comment.