File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 93
93
" \"\"\" )\n " ,
94
94
" \n " ,
95
95
" print('Installing dm_control...')\n " ,
96
- " !pip install -q dm_control\u003e =1.0.22 \n " ,
96
+ " !pip install -q dm_control\u003e =1.0.23 \n " ,
97
97
" \n " ,
98
98
" # Configure dm_control to use the EGL rendering backend (requires GPU)\n " ,
99
99
" %env MUJOCO_GL=egl\n " ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ h5py==3.11.0
6
6
labmaze == 1.0.6
7
7
lxml == 5.2.2
8
8
mock == 5.1.0
9
- mujoco == 3.2.1
9
+ mujoco == 3.2.3
10
10
nose == 1.3.7
11
11
nose-xunitmp == 0.4.1
12
12
numpy == 1.24.4 ; python_version == '3.8'
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def is_excluded(s):
177
177
178
178
setup (
179
179
name = 'dm_control' ,
180
- version = '1.0.22 ' ,
180
+ version = '1.0.23 ' ,
181
181
description = 'Continuous control environments and MuJoCo Python bindings.' ,
182
182
long_description = """
183
183
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
Original file line number Diff line number Diff line change 93
93
" \"\"\" )\n " ,
94
94
" \n " ,
95
95
" print('Installing dm_control...')\n " ,
96
- " !pip install -q dm_control\u003e =1.0.22 \n " ,
96
+ " !pip install -q dm_control\u003e =1.0.23 \n " ,
97
97
" \n " ,
98
98
" # Configure dm_control to use the EGL rendering backend (requires GPU)\n " ,
99
99
" %env MUJOCO_GL=egl\n " ,
You can’t perform that action at this time.
0 commit comments