Skip to content

Commit

Permalink
Require SciPy pre-1.0.0 (#36)
Browse files Browse the repository at this point in the history
Require SciPy pre-1.0.0
  • Loading branch information
jakirkham committed Aug 31, 2018
1 parent d9c729c commit 2f8a291
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 @@ -31,7 +31,7 @@ def run_tests(self):
requirements = [
"dask >=0.13.0",
"numpy >=1.11.3",
"scipy >=0.18.1",
"scipy >=0.18.1,<1.0.0",
"pims >=0.3.3",
]

Expand Down

0 comments on commit 2f8a291

Please sign in to comment.