Skip to content

Commit db4a392

Browse files
DeepMindcopybara-github
authored andcommitted
Bump version number to 1.0.19
PiperOrigin-RevId: 631584675 Change-Id: I6b0eb0e8a89af454946f63ee083c00e2dceb05bc
1 parent ad0824f commit db4a392

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

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.18\n",
96+
"!pip install -q dm_control\u003e=1.0.19\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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ absl-py==2.1.0
22
dm-env==1.6
33
dm-tree==0.1.8
44
glfw==1.12.0
5-
h5py==3.10.0
5+
h5py==3.11.0
66
labmaze==1.0.6
7-
lxml==5.1.0
7+
lxml==5.2.1
88
mock==5.1.0
9-
mujoco==3.1.4
9+
mujoco==3.1.5
1010
nose==1.3.7
1111
nose-xunitmp==0.4.1
1212
numpy==1.24.4; python_version == '3.8'
13-
numpy==1.26.3; python_version >= '3.9'
14-
Pillow==10.2.0
13+
numpy==1.26.4; python_version >= '3.9'
14+
Pillow==10.3.0
1515
protobuf==3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
1616
pyopengl==3.1.7
1717
pyparsing==3.1.2
1818
requests==2.31.0
1919
scipy==1.10.1; python_version == '3.8'
20-
scipy==1.12.0; python_version >= '3.9'
20+
scipy==1.13.0; python_version >= '3.9'
2121
setuptools==69.0.2
22-
tqdm==4.66.2
22+
tqdm==4.66.4

setup.py

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

174174
setup(
175175
name='dm_control',
176-
version='1.0.18',
176+
version='1.0.19',
177177
description='Continuous control environments and MuJoCo Python bindings.',
178178
long_description="""
179179
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
@@ -201,7 +201,7 @@ def is_excluded(s):
201201
'glfw',
202202
'labmaze',
203203
'lxml',
204-
'mujoco >= 3.1.4',
204+
'mujoco >= 3.1.5',
205205
'numpy >= 1.9.0',
206206
'protobuf >= 3.19.4', # TensorFlow requires protobuf<3.20 (b/182876485)
207207
'pyopengl >= 3.1.4',

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.18\n",
96+
"!pip install -q dm_control\u003e=1.0.19\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)