Skip to content

Commit

Permalink
(Issue #137) Go down a numpy version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jared321 committed Feb 5, 2025
1 parent 0338b60 commit b44ec46
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 @@ -33,7 +33,7 @@ def readme_rst():
# numpy upper limits required by macos-13 GH action tests. Without these,
# there are segmentation faults.
code_requires = [
'numpy>=1.22.0,<=2.2.0',
'numpy>=1.22.0,<2.2.0',
'scipy>=1.9.0,<=1.13.1',
'dill>=0.3.8'
]
Expand Down

0 comments on commit b44ec46

Please sign in to comment.