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.28 \n " ,
96+ " !pip install -q dm_control\u003e =1.0.29 \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 1- absl-py == 2.1.0
1+ absl-py == 2.2.2
22dm-env == 1.6
33dm-tree == 0.1.8
44glfw == 1.12.0
55h5py == 3.13.0
66labmaze == 1.0.6
7- lxml == 5.3.1
8- mock == 5.1 .0
9- mujoco == 3.3.0
7+ lxml == 5.3.2
8+ mock == 5.2 .0
9+ mujoco == 3.3.1
1010nose == 1.3.7
1111nose-xunitmp == 0.4.1
1212numpy == 1.26.4 ; python_version >= '3.9'
1313pillow == 10.3.0
1414protobuf == 3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
15- pyopengl == 3.1.7
16- pyparsing == 3.2.1
15+ pyopengl == 3.1.9
16+ pyparsing == 3.2.3
1717requests == 2.32.3
1818scipy == 1.15.2 ; python_version >= '3.10'
19- setuptools == 70.3 .0
19+ setuptools == 78.1 .0
2020tqdm == 4.67.1
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def is_excluded(s):
177177
178178setup (
179179 name = 'dm_control' ,
180- version = '1.0.28 ' ,
180+ version = '1.0.29 ' ,
181181 description = 'Continuous control environments and MuJoCo Python bindings.' ,
182182 long_description = """
183183# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
@@ -205,7 +205,7 @@ def is_excluded(s):
205205 'glfw' ,
206206 'labmaze' ,
207207 'lxml' ,
208- 'mujoco >= 3.2.7 ' ,
208+ 'mujoco >= 3.3.1 ' ,
209209 'numpy >= 1.9.0' ,
210210 'protobuf >= 3.19.4' , # TensorFlow requires protobuf<3.20 (b/182876485)
211211 '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.28 \n " ,
96+ " !pip install -q dm_control\u003e =1.0.29 \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