Skip to content

Commit

Permalink
Fix to numpy<2 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jun 21, 2024
1 parent 43fa003 commit 6575e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
python_requires=">=3.9",
install_requires=[
"scipy>=1.9",
"numpy<2.0",
"numba>=0.53",
"empymod>=2.3.0",
],
Expand Down

0 comments on commit 6575e54

Please sign in to comment.