Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d70c8b

Browse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR #21446: Also exclude pyparsing 3.0.0 in setup.py.
1 parent 9781658 commit 6d70c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def make_release_tree(self, base_dir, files):
326326
"numpy>=1.17",
327327
"packaging>=20.0",
328328
"pillow>=6.2.0",
329-
"pyparsing>=2.2.1",
329+
"pyparsing>=2.2.1,<3.0.0",
330330
"python-dateutil>=2.7",
331331
] + (
332332
# Installing from a git checkout.

0 commit comments

Comments
 (0)