Skip to content

Commit 330c91f

Browse files
saran-tcopybara-github
authored andcommitted
Update MuJoCo version to 2.3.5.
We won't release a new dm_control version since mujoco==2.3.5 is a bugfix release that is otherwise identical to mujoco==2.3.4. Users who install dm_control via PyPI should automatically receive the newer version of MuJoCo since setup.py specifies mujoco>=2.3.4 (and the mujoco==2.3.4 has since been yanked.) PiperOrigin-RevId: 527025911 Change-Id: I4eb5e0818f9ca9835dbd01f73c4eb0a8112e2164
1 parent f3ae36a commit 330c91f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ h5py==3.8.0
66
labmaze==1.0.6
77
lxml==4.9.2
88
mock==4.0.3
9-
mujoco==2.3.4
9+
mujoco==2.3.5
1010
nose==1.3.7
1111
nose-xunitmp==0.4.1
1212
numpy==1.21.6; python_version < '3.8'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def is_excluded(s):
201201
'glfw',
202202
'labmaze',
203203
'lxml',
204-
'mujoco >= 2.3.4',
204+
'mujoco >= 2.3.5',
205205
'numpy >= 1.9.0',
206206
'protobuf >= 3.19.4', # TensorFlow requires protobuf<3.20 (b/182876485)
207207
'pyopengl >= 3.1.4',

0 commit comments

Comments
 (0)