File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 " \"\"\" )\n " ,
9494 " \n " ,
9595 " print('Installing dm_control...')\n " ,
96- " !pip install -q dm_control\u003e =1.0.15 \n " ,
96+ " !pip install -q dm_control\u003e =1.0.16 \n " ,
9797 " \n " ,
9898 " # Configure dm_control to use the EGL rendering backend (requires GPU)\n " ,
9999 " %env MUJOCO_GL=egl\n " ,
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ h5py==3.10.0
66labmaze == 1.0.6
77lxml == 4.9.3
88mock == 5.1.0
9- mujoco == 3.0.0
9+ mujoco == 3.1.1
1010nose == 1.3.7
1111nose-xunitmp == 0.4.1
1212numpy == 1.24.4 ; python_version == '3.8'
13- numpy == 1.26.1 ; python_version >= '3.9'
13+ numpy == 1.26.2 ; python_version >= '3.9'
1414Pillow == 10.1.0
1515protobuf == 3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
1616pyopengl == 3.1.7
1717pyparsing == 3.1.1
1818requests == 2.31.0
1919scipy == 1.10.1 ; python_version == '3.8'
20- scipy == 1.11.3 ; python_version >= '3.9'
21- setuptools == 68.2 .2
22- tqdm == 4.66.0
20+ scipy == 1.11.4 ; python_version >= '3.9'
21+ setuptools == 69.0 .2
22+ tqdm == 4.66.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.15 ' ,
176+ version = '1.0.16 ' ,
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.0.0 ' ,
204+ 'mujoco >= 3.1.1 ' ,
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 9393 " \"\"\" )\n " ,
9494 " \n " ,
9595 " print('Installing dm_control...')\n " ,
96- " !pip install -q dm_control\u003e =1.0.15 \n " ,
96+ " !pip install -q dm_control\u003e =1.0.16 \n " ,
9797 " \n " ,
9898 " # Configure dm_control to use the EGL rendering backend (requires GPU)\n " ,
9999 " %env MUJOCO_GL=egl\n " ,
You can’t perform that action at this time.
0 commit comments