Skip to content

Commit

Permalink
Pin scipy to python 3.8 compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodar01 committed Aug 4, 2023
1 parent a0aaa55 commit fbe77e4
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 @@ -127,7 +127,7 @@ def run_tests(self):
"numpy>=1.18.2",
"pillow>=7.1.0",
"scikit-image>=0.17.2",
"scipy>=1.4.1",
"scipy>=1.4.1,<1.11",
],
tests_require=[
"pytest",
Expand Down

0 comments on commit fbe77e4

Please sign in to comment.