Skip to content

Commit

Permalink
Specify numpy<2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Jun 24, 2024
1 parent c5ec5a7 commit bebace6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.13
numpy>=1.13, < 2.0
scipy>=1.5.0
numba>=0.49.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
long_description_content_type="text/markdown",
ext_modules=extensions,
install_requires=[
"numpy>=1.13",
"numpy>=1.13, < 2.0",
# See also extras and :environment_marker specs below
],
extras_require={
Expand Down

0 comments on commit bebace6

Please sign in to comment.