Skip to content

Commit 4e1a355

Browse files
saran-tcopybara-github
authored andcommitted
Bump dm_control version to 1.0.2.
PiperOrigin-RevId: 441527665 Change-Id: I05d7261f3e531f4d100154baeedc568c303c2ac6
1 parent c47efa0 commit 4e1a355

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ h5py==3.1.0
77
labmaze==1.0.3
88
lxml==4.6.5
99
mock==3.0.5
10-
mujoco==2.1.4
10+
mujoco==2.1.5
1111
nose==1.3.7
1212
nose-xunitmp==0.4.1
1313
numpy==1.21.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.1',
176+
version='1.0.2',
177177
description='Continuous control environments and MuJoCo Python bindings.',
178178
author='DeepMind',
179179
license='Apache License, Version 2.0',
@@ -187,7 +187,7 @@ def is_excluded(s):
187187
'glfw',
188188
'labmaze',
189189
'lxml',
190-
'mujoco >= 2.1.3',
190+
'mujoco >= 2.1.5',
191191
'numpy >= 1.9.0',
192192
'protobuf >= 3.15.6',
193193
'pyopengl >= 3.1.4',

tutorial.ipynb

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

0 commit comments

Comments
 (0)