Skip to content

Commit 9d183d9

Browse files
committed
fix(nyz): fix setuptools high version incompatibility bug
1 parent 3acfd7e commit 9d183d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
},
5151
python_requires=">=3.7",
5252
install_requires=[
53+
'setuptools<=66.1.1',
5354
'gym==0.25.1', # pypy incompatible; some environmrnt only support gym==0.22.0
5455
'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
5556
'numpy>=1.18.0',

0 commit comments

Comments
 (0)