Skip to content

Commit 8105cb1

Browse files
DeepMindcopybara-github
DeepMind
authored andcommitted
Update to pyparsing 3.0.0. Fixes google-deepmind#359.
PiperOrigin-RevId: 493053064 Change-Id: Ic473b9e1790da70154b242d5c9edfc707b728f46
1 parent 68c603e commit 8105cb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["mujoco", "setuptools >= 40.6.0", "wheel", "pyparsing < 3.0", "absl-py >= 0.7.0"]
2+
requires = ["mujoco", "setuptools >= 40.6.0", "wheel", "pyparsing >= 3.0", "absl-py >= 0.7.0"]
33
build-backend = "setuptools.build_meta"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ numpy==1.23.4; python_version >= '3.8'
1414
Pillow==9.2.0
1515
protobuf==3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
1616
pyopengl==3.1.6
17-
pyparsing==2.4.7
17+
pyparsing==3.0.0
1818
requests==2.28.1
1919
scipy==1.7.3; python_version < '3.8'
2020
scipy==1.9.2; python_version >= '3.8'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def is_excluded(s):
205205
'numpy >= 1.9.0',
206206
'protobuf >= 3.19.4', # TensorFlow requires protobuf<3.20 (b/182876485)
207207
'pyopengl >= 3.1.4',
208-
'pyparsing < 3.0.0',
208+
'pyparsing >= 3.0.0',
209209
'requests',
210210
'setuptools!=50.0.0', # https://github.com/pypa/setuptools/issues/2350
211211
'scipy',

0 commit comments

Comments
 (0)