Skip to content

Commit b6bde40

Browse files
saran-tcopybara-github
authored andcommitted
Update dm_control dependencies.
PiperOrigin-RevId: 574281405 Change-Id: I2bbdf5ea02419c08f42da67b799229a9b2a8cbf7
1 parent 878c812 commit b6bde40

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
absl-py==1.4.0
1+
absl-py==2.0.0
22
dm-env==1.6
33
dm-tree==0.1.8
44
glfw==1.12.0
5-
h5py==3.9.0
5+
h5py==3.10.0
66
labmaze==1.0.6
77
lxml==4.9.3
88
mock==5.1.0
99
mujoco==2.3.7
1010
nose==1.3.7
1111
nose-xunitmp==0.4.1
1212
numpy==1.24.4; python_version == '3.8'
13-
numpy==1.25.1; python_version >= '3.9'
14-
Pillow==10.0.0
13+
numpy==1.26.1; python_version >= '3.9'
14+
Pillow==10.1.0
1515
protobuf==3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
1616
pyopengl==3.1.7
17-
pyparsing==3.1.0
17+
pyparsing==3.1.1
1818
requests==2.31.0
1919
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
20+
scipy==1.11.3; python_version >= '3.9'
21+
setuptools==68.2.2
22+
tqdm==4.66.0

0 commit comments

Comments
 (0)