Skip to content

Commit

Permalink
Merge pull request #293 from ImperialCollegeLondon/fix_prevent_numpy2…
Browse files Browse the repository at this point in the history
…_dev

Temporary Fix for NumPy 2.0 Issues (Develop Branch)
  • Loading branch information
rafapalacios authored Jun 27, 2024
2 parents da3b56a + 3a8be66 commit 7a1ac6a
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 7a1ac6a

Please sign in to comment.