Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jun 15, 2024
1 parent 7cdbae9 commit d1b17fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Install deb dependencies
run: sudo apt-get install -y xorg-dev libglu1-mesa-dev libglew-dev xvfb
- name: Install python dependencies
run: pip install -r requirements.txt
run: pip install -r requirements-dev.txt
- name: Cache python wheel packages
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: wheel-cache-${{ hashFiles('requirements.txt') }}
key: wheel-cache-${{ hashFiles('requirements-dev.txt') }}
- name: Install evolution gym
run: pip install -e .
- name: Run test
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest
pytest-xdist
23 changes: 1 addition & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
# glfw==2.5.0
# GPy==1.10.0
# gym==0.22.0
# h5py==3.6.0
# imageio==2.14.1
# matplotlib==3.5.1
# neat-python @ git+https://github.com/yunshengtian/neat-python@2762ab630838520ca6c03a866e8a158f592b0370
# numpy==1.21.5
# opencv-python==4.5.5.62
# Pillow==9.0.0
# pybind11==2.9.0
# pygifsicle==1.0.5
# PyOpenGL==3.1.5
# PyOpenGL-accelerate==3.1.5
# torch==1.10.2
# ttkbootstrap==1.5.1
# typing==3.7.4.3

neat-python @ git+https://github.com/yunshengtian/neat-python@2762ab630838520ca6c03a866e8a158f592b0370
GPyOpt @ git+https://github.com/yunshengtian/GPyOpt@5fc1188ffdefea9a3bc7964a9414d4922603e904
stable-baselines3
imageio
pygifsicle

pytest
pytest-xdist
pygifsicle

0 comments on commit d1b17fd

Please sign in to comment.