Skip to content

Commit 8abe37a

Browse files
committed
update envs requirements
1 parent 2d27a58 commit 8abe37a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
pip install --upgrade pip
2828
pip install -e .
2929
pip install -e .[envs]
30+
pip install gymnasium[mujoco]
3031
3132
- name: Install docs dependencies
3233
run: |

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"dm_alchemy @ git+https://github.com/deepmind/dm_alchemy.git",
3535
"xminigrid",
3636
"gymnax",
37+
"matplotlib",
38+
"opencv-python",
39+
"procgen",
40+
"minigrid",
3741
],
3842
"flash": ["ninja", "packaging", "flash-attn"],
3943
"mamba": ["causal-conv1d>=1.1.0", "mamba-ssm"],

0 commit comments

Comments
 (0)