Browse Source

gym 0.25 still not in pip - use release branch instead

saleml 2 years ago
parent
commit
6018c3d253
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -24,7 +24,7 @@ setup(
     python_requires=">=3.7, <3.11",
     long_description_content_type="text/markdown",
     install_requires=[
-        'gym>=0.25',
+        'gym @ git+https://github.com/openai/gym.git@0.25.0',
         "numpy>=1.18.0"
     ],
     classifiers=[