File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9191 " \"\"\" )\n " ,
9292 " \n " ,
9393 " print('Installing dm_control...')\n " ,
94- " !pip install -q dm_control\u003e =1.0.33 \n " ,
94+ " !pip install -q dm_control\u003e =1.0.34 \n " ,
9595 " \n " ,
9696 " # Configure dm_control to use the EGL rendering backend (requires GPU)\n " ,
9797 " %env MUJOCO_GL=egl\n " ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ h5py==3.14.0
66labmaze == 1.0.6
77lxml == 6.0.1
88mock == 5.2.0
9- mujoco == 3.3.5
9+ mujoco == 3.3.6
1010numpy == 2.3.2 ; python_version >= '3.11'
1111numpy == 2.2.6 ; python_version == '3.10'
1212numpy == 2.0.2 ; python_version == '3.9'
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ def is_excluded(s):
166166
167167setup (
168168 name = 'dm_control' ,
169- version = '1.0.33 ' ,
169+ version = '1.0.34 ' ,
170170 description = 'Continuous control environments and MuJoCo Python bindings.' ,
171171 long_description = """
172172# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
@@ -191,7 +191,7 @@ def is_excluded(s):
191191 'glfw' ,
192192 'labmaze' ,
193193 'lxml' ,
194- 'mujoco >= 3.3.5 ' ,
194+ 'mujoco >= 3.3.6 ' ,
195195 'numpy >= 1.9.0' ,
196196 'protobuf >= 3.19.4' ,
197197 'pyopengl >= 3.1.4' ,
Original file line number Diff line number Diff line change 9191 " \"\"\" )\n " ,
9292 " \n " ,
9393 " print('Installing dm_control...')\n " ,
94- " !pip install -q dm_control\u003e =1.0.33 \n " ,
94+ " !pip install -q dm_control\u003e =1.0.34 \n " ,
9595 " \n " ,
9696 " # Configure dm_control to use the EGL rendering backend (requires GPU)\n " ,
9797 " %env MUJOCO_GL=egl\n " ,
You can’t perform that action at this time.
0 commit comments