Skip to content

Commit 0e292a0

Browse files
authored
numpy 2.0.0 breaking changes (#2255)
1 parent 878c937 commit 0e292a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
]
8080
},
8181
install_requires=[
82-
"numpy >= 1.14.5",
82+
"numpy >= 1.14.5, < 2.0.0",
8383
"protobuf >= 3.1.0, <= 4.0.0",
8484
"sympy",
8585
"tqdm",

0 commit comments

Comments
 (0)