Skip to content

Commit 1e1fbb1

Browse files
Gabe Oppenheimercopybara-github
authored andcommitted
Update dm_control to v1.0.24 following the MuJoCo v3.2.4 release.
Also update to new minoir versions for packages with updates Packages with new major versions, not updated to avoid potential breakages: glfw, numpy, pillow, protobuf PiperOrigin-RevId: 686837320 Change-Id: If747e72c0e0e9dfd44a2ff41ff3dbd615f95b8ff
1 parent b264408 commit 1e1fbb1

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

dm_control/mujoco/tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"\"\"\")\n",
9494
"\n",
9595
"print('Installing dm_control...')\n",
96-
"!pip install -q dm_control\u003e=1.0.23\n",
96+
"!pip install -q dm_control\u003e=1.0.24\n",
9797
"\n",
9898
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
9999
"%env MUJOCO_GL=egl\n",

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ absl-py==2.1.0
22
dm-env==1.6
33
dm-tree==0.1.8
44
glfw==1.12.0
5-
h5py==3.11.0
5+
h5py==3.12.1
66
labmaze==1.0.6
7-
lxml==5.2.2
7+
lxml==5.3.0
88
mock==5.1.0
9-
mujoco==3.2.3
9+
mujoco==3.2.4
1010
nose==1.3.7
1111
nose-xunitmp==0.4.1
1212
numpy==1.26.4; python_version >= '3.9'
13-
Pillow==10.3.0
13+
pillow==10.3.0
1414
protobuf==3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
1515
pyopengl==3.1.7
16-
pyparsing==3.1.2
16+
pyparsing==3.2.0
1717
requests==2.32.3
1818
scipy==1.13.1; python_version >= '3.9'
1919
setuptools==70.0.0
20-
tqdm==4.66.4
20+
tqdm==4.66.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def is_excluded(s):
177177

178178
setup(
179179
name='dm_control',
180-
version='1.0.23',
180+
version='1.0.24',
181181
description='Continuous control environments and MuJoCo Python bindings.',
182182
long_description="""
183183
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"\"\"\")\n",
9494
"\n",
9595
"print('Installing dm_control...')\n",
96-
"!pip install -q dm_control\u003e=1.0.23\n",
96+
"!pip install -q dm_control\u003e=1.0.24\n",
9797
"\n",
9898
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
9999
"%env MUJOCO_GL=egl\n",

0 commit comments

Comments
 (0)