Skip to content

Commit

Permalink
add constraint for numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Jun 20, 2024
1 parent 0ff25c6 commit 729a864
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 @@ -7,7 +7,7 @@
version = f.readlines()[-1].split()[-1].strip("\"'")

requirements = [
"numpy>=1.21.6",
"numpy>=1.21.6, <2.0.0",
"scipy>=1.10.0",
"autograd>=1.5",
"semantic_version~=2.10",
Expand Down

0 comments on commit 729a864

Please sign in to comment.