Skip to content

Commit 3831fa5

Browse files
DeepMindcopybara-github
authored andcommitted
Bump dm_control version
PiperOrigin-RevId: 808666717 Change-Id: I6255821c44a596bc4281956184fd0d8445209c33
1 parent 8d3cde9 commit 3831fa5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dm_control/mujoco/tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"\"\"\")\n",
9292
"\n",
9393
"print('Installing dm_control...')\n",
94-
"!pip install -q dm_control\u003e=1.0.33\n",
94+
"!pip install -q dm_control\u003e=1.0.34\n",
9595
"\n",
9696
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
9797
"%env MUJOCO_GL=egl\n",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ h5py==3.14.0
66
labmaze==1.0.6
77
lxml==6.0.1
88
mock==5.2.0
9-
mujoco==3.3.5
9+
mujoco==3.3.6
1010
numpy==2.3.2; python_version >= '3.11'
1111
numpy==2.2.6; python_version == '3.10'
1212
numpy==2.0.2; python_version == '3.9'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def is_excluded(s):
166166

167167
setup(
168168
name='dm_control',
169-
version='1.0.33',
169+
version='1.0.34',
170170
description='Continuous control environments and MuJoCo Python bindings.',
171171
long_description="""
172172
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
@@ -191,7 +191,7 @@ def is_excluded(s):
191191
'glfw',
192192
'labmaze',
193193
'lxml',
194-
'mujoco >= 3.3.5',
194+
'mujoco >= 3.3.6',
195195
'numpy >= 1.9.0',
196196
'protobuf >= 3.19.4',
197197
'pyopengl >= 3.1.4',

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"\"\"\")\n",
9292
"\n",
9393
"print('Installing dm_control...')\n",
94-
"!pip install -q dm_control\u003e=1.0.33\n",
94+
"!pip install -q dm_control\u003e=1.0.34\n",
9595
"\n",
9696
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
9797
"%env MUJOCO_GL=egl\n",

0 commit comments

Comments
 (0)