Skip to content

Commit

Permalink
numpy 2.0.0 breaking changes (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanshu authored Jun 26, 2024
1 parent 878c937 commit 0e292a0
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 @@ -79,7 +79,7 @@
]
},
install_requires=[
"numpy >= 1.14.5",
"numpy >= 1.14.5, < 2.0.0",
"protobuf >= 3.1.0, <= 4.0.0",
"sympy",
"tqdm",
Expand Down

0 comments on commit 0e292a0

Please sign in to comment.