Skip to content

Commit

Permalink
Merge pull request #30 from TakesxiSximada/sximada-patch-10
Browse files Browse the repository at this point in the history
Bump gym version
  • Loading branch information
TakesxiSximada authored Oct 22, 2023
2 parents 4554ae9 + 48b7e24 commit 6b50113
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Update deb repository
run: sudo apt-get update
- name: Install deb dependencies
run: sudo apt-get install -y xorg-dev libglu1-mesa-dev libglew-dev xvfb
- name: Install python dependencies
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- glfw==2.5.0
- gpy==1.10.0
- git+https://github.com/yunshengtian/neat-python@2762ab630838520ca6c03a866e8a158f592b0370
- gym==0.19.0
- gym==0.22.0
- h5py==3.6.0
- imageio==2.14.1
- matplotlib==3.5.1
Expand All @@ -20,7 +20,6 @@ dependencies:
- pygifsicle==1.0.5
- pyopengl==3.1.5
- pyopengl-accelerate==3.1.5
- stable-baselines3==1.4.0
- torch==1.10.2
- ttkbootstrap==1.5.1
- typing==3.7.4.3
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
glfw==2.5.0
GPy==1.10.0
GPyOpt @ git+https://github.com/yunshengtian/GPyOpt@5fc1188ffdefea9a3bc7964a9414d4922603e904
gym==0.19.0
gym==0.22.0
h5py==3.6.0
imageio==2.14.1
matplotlib==3.5.1
Expand All @@ -13,7 +13,6 @@ pybind11==2.9.0
pygifsicle==1.0.5
PyOpenGL==3.1.5
PyOpenGL-accelerate==3.1.5
stable-baselines3==1.4.0
torch==1.10.2
ttkbootstrap==1.5.1
typing==3.7.4.3

0 comments on commit 6b50113

Please sign in to comment.