Skip to content

Commit 84af240

Browse files
committed
Restrict pyparsing version
1 parent a73c347 commit 84af240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- pillow>=6.2
2020
- pybind11>=2.6.0
2121
- pygobject
22-
- pyparsing
22+
- pyparsing!=3.1.0
2323
- pyqt
2424
- python-dateutil>=2.1
2525
- setuptools

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def make_release_tree(self, base_dir, files):
327327
"numpy>=1.21",
328328
"packaging>=20.0",
329329
"pillow>=6.2.0",
330-
"pyparsing>=2.3.1",
330+
"pyparsing>=2.3.1,<3.1",
331331
"python-dateutil>=2.7",
332332
] + (
333333
# Installing from a git checkout that is not producing a wheel.

0 commit comments

Comments
 (0)