Skip to content

Commit

Permalink
fix(nyz): fix setuptools high version incompatibility bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Jan 29, 2023
1 parent 3acfd7e commit 9d183d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
python_requires=">=3.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
'numpy>=1.18.0',
Expand Down

0 comments on commit 9d183d9

Please sign in to comment.