Skip to content

Commit

Permalink
fix(nyz): fix pettingzoo 1.23.0 compatibility bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed May 16, 2023
1 parent fccb8f4 commit 4023c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
install_requires=[
'setuptools<=66.1.1',
'gym==0.25.1', # pypy incompatible; some environmrnt only support gym==0.22.0
'torch>=1.1.0, <=1.12.1', # If encountering pytorch errors, you need to do something like https://github.com/opendilab/DI-engine/discussions/81
#'torch>=1.1.0',
'numpy>=1.18.0',
'pandas',
'tensorboardX>=2.2',
Expand All @@ -78,7 +78,7 @@
'mpire>=2.3.5',
'pynng',
'redis',
'pettingzoo',
'pettingzoo<=1.22.3',
'DI-treetensor>=0.3.0',
'DI-toolkit>=0.0.2',
'hbutils>=0.5.0',
Expand Down

0 comments on commit 4023c59

Please sign in to comment.