We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878c812 commit b6bde40Copy full SHA for b6bde40
requirements.txt
@@ -1,22 +1,22 @@
1
-absl-py==1.4.0
+absl-py==2.0.0
2
dm-env==1.6
3
dm-tree==0.1.8
4
glfw==1.12.0
5
-h5py==3.9.0
+h5py==3.10.0
6
labmaze==1.0.6
7
lxml==4.9.3
8
mock==5.1.0
9
mujoco==2.3.7
10
nose==1.3.7
11
nose-xunitmp==0.4.1
12
numpy==1.24.4; python_version == '3.8'
13
-numpy==1.25.1; python_version >= '3.9'
14
-Pillow==10.0.0
+numpy==1.26.1; python_version >= '3.9'
+Pillow==10.1.0
15
protobuf==3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
16
pyopengl==3.1.7
17
-pyparsing==3.1.0
+pyparsing==3.1.1
18
requests==2.31.0
19
scipy==1.10.1; python_version == '3.8'
20
-scipy==1.11.1; python_version >= '3.9'
21
-setuptools==68.0.0
22
-tqdm==4.65.0
+scipy==1.11.3; python_version >= '3.9'
+setuptools==68.2.2
+tqdm==4.66.0
0 commit comments