We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acfd7e commit 9d183d9Copy full SHA for 9d183d9
setup.py
@@ -50,6 +50,7 @@
50
},
51
python_requires=">=3.7",
52
install_requires=[
53
+ 'setuptools<=66.1.1',
54
'gym==0.25.1', # pypy incompatible; some environmrnt only support gym==0.22.0
55
'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
56
'numpy>=1.18.0',
0 commit comments