Skip to content

Commit

Permalink
build: increase numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamc committed Sep 25, 2024
1 parent 82a59cd commit c8a4127
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 @@ -57,7 +57,7 @@ def read_file(filepath: str) -> str:
include_package_data=True,
python_requires=">=3.8",
install_requires=[
"numpy>=1.23.3,<2.0.0",
"numpy",
"scipy>=1.9.2",
"psutil",
"pynisher>=1.0.0",
Expand Down

0 comments on commit c8a4127

Please sign in to comment.