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

Skip to content

Commit 40f8049

Browse files
committed
Also exclude pyparsing 3.0.0 in setup.py.
1 parent 5742354 commit 40f8049

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
@@ -319,7 +319,7 @@ def make_release_tree(self, base_dir, files):
319319
"numpy>=1.17",
320320
"packaging>=20.0",
321321
"pillow>=6.2.0",
322-
"pyparsing>=2.2.1",
322+
"pyparsing>=2.2.1,<3.0.0",
323323
"python-dateutil>=2.7",
324324
] + (
325325
# Installing from a git checkout.

0 commit comments

Comments
 (0)