File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ h5py==3.1.0
7
7
labmaze == 1.0.3
8
8
lxml == 4.6.5
9
9
mock == 3.0.5
10
- mujoco == 2.1.4
10
+ mujoco == 2.1.5
11
11
nose == 1.3.7
12
12
nose-xunitmp == 0.4.1
13
13
numpy == 1.21.0
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def is_excluded(s):
173
173
174
174
setup (
175
175
name = 'dm_control' ,
176
- version = '1.0.1 ' ,
176
+ version = '1.0.2 ' ,
177
177
description = 'Continuous control environments and MuJoCo Python bindings.' ,
178
178
author = 'DeepMind' ,
179
179
license = 'Apache License, Version 2.0' ,
@@ -187,7 +187,7 @@ def is_excluded(s):
187
187
'glfw' ,
188
188
'labmaze' ,
189
189
'lxml' ,
190
- 'mujoco >= 2.1.3 ' ,
190
+ 'mujoco >= 2.1.5 ' ,
191
191
'numpy >= 1.9.0' ,
192
192
'protobuf >= 3.15.6' ,
193
193
'pyopengl >= 3.1.4' ,
Original file line number Diff line number Diff line change 76
76
" 'Go to the Runtime menu and select Choose runtime type.')\n " ,
77
77
" \n " ,
78
78
" 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 " ,
80
80
" \n " ,
81
81
" # Configure dm_control to use the EGL rendering backend (requires GPU)\n " ,
82
82
" %env MUJOCO_GL=egl\n " ,
You can’t perform that action at this time.
0 commit comments