Skip to content

Commit

Permalink
(Issue #137) Knock the scipy version down.
Browse files Browse the repository at this point in the history
  • Loading branch information
jared321 committed Feb 5, 2025
1 parent e760831 commit 82e8940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ def readme_rst():
# return fptr.read().strip()

python_requires = ">=3.9"
# numpy upper limits required by macos-13 GH action tests. Without these,
# there are segmentation faults.
# numpy & scipy upper limits required by macos-13 GH action tests. Without
# these, there are segmentation faults.
code_requires = [
'numpy>=1.22.0,<2.2.0',
'scipy>=1.9.0,<=1.15.0',
'scipy>=1.9.0,<1.15.0',
'dill>=0.3.8'
]
test_requires = []
Expand Down

0 comments on commit 82e8940

Please sign in to comment.