File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 77
77
" 'Go to the Runtime menu and select Choose runtime type.')\n " ,
78
78
" \n " ,
79
79
" print('Installing dm_control...')\n " ,
80
- " !pip install -q dm_control\u003e =1.0.5 \n " ,
80
+ " !pip install -q dm_control\u003e =1.0.6 \n " ,
81
81
" \n " ,
82
82
" # Configure dm_control to use the EGL rendering backend (requires GPU)\n " ,
83
83
" %env MUJOCO_GL=egl\n " ,
Original file line number Diff line number Diff line change 1
- absl-py == 1.1 .0
1
+ absl-py == 1.2 .0
2
2
dm-env == 1.5
3
3
dm-tree == 0.1.7
4
4
glfw == 1.12.0
5
5
h5py == 3.7.0
6
6
labmaze == 1.0.5
7
7
lxml == 4.9.1
8
8
mock == 4.0.3
9
- mujoco == 2.2.1
9
+ mujoco == 2.2.2
10
10
nose == 1.3.7
11
11
nose-xunitmp == 0.4.1
12
- numpy == 1.21.6 ; python_version == '3.7 '
13
- numpy == 1.23.1 ; python_version >= '3.8'
12
+ numpy == 1.21.6 ; python_version < '3.8 '
13
+ numpy == 1.23.2 ; python_version >= '3.8'
14
14
Pillow == 9.2.0
15
15
protobuf == 3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
16
16
pyopengl == 3.1.6
17
17
pyparsing == 2.4.7
18
18
requests == 2.28.1
19
- scipy == 1.7.3 ; python_version == '3.7 '
20
- scipy == 1.8 .1 ; python_version >= '3.8'
21
- setuptools == 63.2 .0
19
+ scipy == 1.7.3 ; python_version < '3.8 '
20
+ scipy == 1.9 .1 ; python_version >= '3.8'
21
+ setuptools == 65.3 .0
22
22
tqdm == 4.64.0
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def is_excluded(s):
173
173
174
174
setup (
175
175
name = 'dm_control' ,
176
- version = '1.0.5 ' ,
176
+ version = '1.0.6 ' ,
177
177
description = 'Continuous control environments and MuJoCo Python bindings.' ,
178
178
long_description = """
179
179
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
@@ -201,7 +201,7 @@ def is_excluded(s):
201
201
'glfw' ,
202
202
'labmaze' ,
203
203
'lxml' ,
204
- 'mujoco >= 2.2.1 ' ,
204
+ 'mujoco >= 2.2.2 ' ,
205
205
'numpy >= 1.9.0' ,
206
206
'protobuf >= 3.19.4' , # TensorFlow requires protobuf<3.20 (b/182876485)
207
207
'pyopengl >= 3.1.4' ,
Original file line number Diff line number Diff line change 77
77
" 'Go to the Runtime menu and select Choose runtime type.')\n " ,
78
78
" \n " ,
79
79
" print('Installing dm_control...')\n " ,
80
- " !pip install -q dm_control\u003e =1.0.5 \n " ,
80
+ " !pip install -q dm_control\u003e =1.0.6 \n " ,
81
81
" \n " ,
82
82
" # Configure dm_control to use the EGL rendering backend (requires GPU)\n " ,
83
83
" %env MUJOCO_GL=egl\n " ,
You can’t perform that action at this time.
0 commit comments