Skip to content

Commit 6fe299c

Browse files
nimrod-gileadicopybara-github
authored andcommitted
Remove support for Python 3.8 from dm_control.
Python 3.8 has been deprecated upstream, and any tests depending on Homebrew already stopped working. Following our support policy, we are removing support for 3.8 from our packages, too. PiperOrigin-RevId: 686036245 Change-Id: I2f7433aac26f9c9fe3c9a2f1f57d88e67857fc9c
1 parent d7f3ac0 commit 6fe299c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ mock==5.1.0
99
mujoco==3.2.3
1010
nose==1.3.7
1111
nose-xunitmp==0.4.1
12-
numpy==1.24.4; python_version == '3.8'
1312
numpy==1.26.4; python_version >= '3.9'
1413
Pillow==10.3.0
1514
protobuf==3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
1615
pyopengl==3.1.7
1716
pyparsing==3.1.2
1817
requests==2.32.3
19-
scipy==1.10.1; python_version == '3.8'
2018
scipy==1.13.1; python_version >= '3.9'
2119
setuptools==70.0.0
2220
tqdm==4.66.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def is_excluded(s):
197197
'License :: OSI Approved :: Apache Software License',
198198
],
199199
keywords='machine learning control physics MuJoCo AI',
200-
python_requires='>=3.8',
200+
python_requires='>=3.9',
201201
install_requires=[
202202
'absl-py>=0.7.0',
203203
'dm-env',

0 commit comments

Comments
 (0)