Skip to content

Commit 1a83980

Browse files
committed
Update
[ghstack-poisoned]
1 parent e8f0afd commit 1a83980

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/unittest/linux_libs/scripts_gym/run_all.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ pip install --upgrade pip setuptools wheel # restore latest versions
205205
# Test gym 0.25 (needs both mujoco-py for env and mujoco for rendering)
206206
printf "* Testing gym 0.25\n"
207207
# gym 0.25 requires mujoco-py for HalfCheetah-v4 AND mujoco for rendering
208+
# Upgrade PyOpenGL for new mujoco package (needs EGL device extensions like EGLDeviceEXT)
209+
uv pip install 'pyopengl>=3.1.6'
208210
uv pip install 'numpy>=1.21,<1.24' # gym 0.25 needs numpy<1.24 for AsyncVectorEnv deepcopy compatibility
209211
uv pip install 'gym[atari]==0.25' mujoco
210212
run_tests

0 commit comments

Comments
 (0)