Skip to content

Commit 91bc342

Browse files
committed
fix(nyz): add constraint about numpy<2
1 parent 8f3f9eb commit 91bc342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'gym==0.25.1', # pypy incompatible; some environments only support gym==0.22.0
5656
'gymnasium',
5757
'torch>=1.1.0',
58-
'numpy>=1.18.0',
58+
'numpy>=1.18.0,<2',
5959
'DI-treetensor>=0.4.0',
6060
'DI-toolkit>=0.1.0',
6161
'trueskill',

0 commit comments

Comments
 (0)