File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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.8 \n " ,
80+ " !pip install -q dm_control\u003e =1.0.9 \n " ,
8181 " \n " ,
8282 " # Configure dm_control to use the EGL rendering backend (requires GPU)\n " ,
8383 " %env MUJOCO_GL=egl\n " ,
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ dm-env==1.5
33dm-tree == 0.1.7
44glfw == 1.12.0
55h5py == 3.7.0
6- labmaze == 1.0.5
6+ labmaze == 1.0.6
77lxml == 4.9.1
88mock == 4.0.3
9- mujoco == 2.3.0
9+ mujoco == 2.3.1.post1
1010nose == 1.3.7
1111nose-xunitmp == 0.4.1
1212numpy == 1.21.6 ; python_version < '3.8'
13- numpy == 1.23.4 ; python_version >= '3.8'
14- Pillow == 9.2 .0
13+ numpy == 1.23.5 ; python_version >= '3.8'
14+ Pillow == 9.3 .0
1515protobuf == 3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
1616pyopengl == 3.1.6
17- pyparsing == 3.0.0
17+ pyparsing == 3.0.9
1818requests == 2.28.1
1919scipy == 1.7.3 ; python_version < '3.8'
20- scipy == 1.9.2 ; python_version >= '3.8'
21- setuptools == 65.5.0
22- tqdm == 4.64.0
20+ scipy == 1.9.3 ; python_version >= '3.8'
21+ setuptools == 65.6.3
22+ tqdm == 4.64.1
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def is_excluded(s):
173173
174174setup (
175175 name = 'dm_control' ,
176- version = '1.0.8 ' ,
176+ version = '1.0.9 ' ,
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.3.0 ' ,
204+ 'mujoco >= 2.3.1.post1 ' ,
205205 'numpy >= 1.9.0' ,
206206 'protobuf >= 3.19.4' , # TensorFlow requires protobuf<3.20 (b/182876485)
207207 'pyopengl >= 3.1.4' ,
Original file line number Diff line number Diff line change 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.8 \n " ,
80+ " !pip install -q dm_control\u003e =1.0.9 \n " ,
8181 " \n " ,
8282 " # Configure dm_control to use the EGL rendering backend (requires GPU)\n " ,
8383 " %env MUJOCO_GL=egl\n " ,
You can’t perform that action at this time.
0 commit comments