Skip to content

Commit

Permalink
fix(nyz): add constraint about numpy<2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Jun 20, 2024
1 parent 8f3f9eb commit 91bc342
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 @@ -55,7 +55,7 @@
'gym==0.25.1', # pypy incompatible; some environments only support gym==0.22.0
'gymnasium',
'torch>=1.1.0',
'numpy>=1.18.0',
'numpy>=1.18.0,<2',
'DI-treetensor>=0.4.0',
'DI-toolkit>=0.1.0',
'trueskill',
Expand Down

0 comments on commit 91bc342

Please sign in to comment.