Skip to content

Commit

Permalink
Lower NumPy and SciPy version for install
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p authored Jun 25, 2024
1 parent da3b56a commit 3a8be66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ def run(self):
# ],
python_requires=">=3.8",
install_requires=[
"numpy",
"numpy<2.0",
"configobj",
"h5py",
"scipy",
"scipy<1.14.0",
"sympy",
"matplotlib",
"colorama",
Expand Down

0 comments on commit 3a8be66

Please sign in to comment.