Skip to content

Commit 63b79ed

Browse files
saran-tcopybara-github
authored andcommitted
Bump dm_control version to 1.0.4.
This version is updated to support new features in MuJoCo 2.2.1. Some dependency versions in requirements.txt have also been bumped. PiperOrigin-RevId: 461574094 Change-Id: I147f66873a89ccb122b4e89abea3d21289a1067c
1 parent 22507dd commit 63b79ed

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

dm_control/mujoco/tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
" 'Go to the Runtime menu and select Choose runtime type.')\n",
7878
"\n",
7979
"print('Installing dm_control...')\n",
80-
"!pip install -q dm_control\u003e=1.0.3.post1\n",
80+
"!pip install -q dm_control\u003e=1.0.4\n",
8181
"\n",
8282
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
8383
"%env MUJOCO_GL=egl\n",

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
absl-py==1.0.0
1+
absl-py==1.1.0
22
dm-env==1.5
33
dm-tree==0.1.7
44
glfw==1.12.0
5-
h5py==3.6.0
5+
h5py==3.7.0
66
labmaze==1.0.5
7-
lxml==4.8.0
7+
lxml==4.9.1
88
mock==4.0.3
9-
mujoco==2.2.0
9+
mujoco==2.2.1
1010
nose==1.3.7
1111
nose-xunitmp==0.4.1
1212
numpy==1.21.6
13-
Pillow==9.1.1
13+
Pillow==9.2.0
1414
protobuf==3.20.1
1515
pyopengl==3.1.6
1616
pyparsing==2.4.7
17-
requests==2.27.1
17+
requests==2.28.1
1818
scipy==1.7.3
19-
setuptools==62.3.2
19+
setuptools==63.2.0
2020
tqdm==4.64.0

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.3.post1',
176+
version='1.0.4',
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 >= 2.2.0',
204+
'mujoco >= 2.2.1',
205205
'numpy >= 1.9.0',
206206
'protobuf >= 3.20.1',
207207
'pyopengl >= 3.1.4',

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
" 'Go to the Runtime menu and select Choose runtime type.')\n",
7878
"\n",
7979
"print('Installing dm_control...')\n",
80-
"!pip install -q dm_control\u003e=1.0.3.post1\n",
80+
"!pip install -q dm_control\u003e=1.0.4\n",
8181
"\n",
8282
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
8383
"%env MUJOCO_GL=egl\n",

0 commit comments

Comments
 (0)