Browse Source

temporary change of setup.py and .travis.yml to account for gym's current bugs

saleml 2 năm trước cách đây
mục cha
commit
8d6a3470f2
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 2 1
      .travis.yml
  2. 1 1
      setup.py

+ 2 - 1
.travis.yml

@@ -4,8 +4,9 @@ python:
 
 
 # command to install dependencies
 # command to install dependencies
 install:
 install:
-  - pip3 install git+https://github.com/pseudo-rnd-thoughts/gym.git@fixed-env-checker
   - pip3 install -e .
   - pip3 install -e .
+  - pip3 install git+https://github.com/pseudo-rnd-thoughts/gym.git@fixed-env-checker
+  - pip3 install gym[others]
 
 
 # command to run tests
 # command to run tests
 script: ./run_tests.py
 script: ./run_tests.py

+ 1 - 1
setup.py

@@ -24,7 +24,7 @@ setup(
     python_requires=">=3.7, <3.11",
     python_requires=">=3.7, <3.11",
     long_description_content_type="text/markdown",
     long_description_content_type="text/markdown",
     install_requires=[
     install_requires=[
-        'gym>=0.24.1',
+        # 'gym>=0.24.1',
         "numpy>=1.18.0"
         "numpy>=1.18.0"
     ],
     ],
     classifiers=[
     classifiers=[