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

Skip to content

Commit 528fad4

Browse files
committed
MNT: pin pyparsing
1 parent 93c3138 commit 528fad4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements/testing/all.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
certifi
44
coverage
5+
pyparsing<3.0.0
56
pytest!=4.6.0,!=5.4.0
67
pytest-cov
78
pytest-rerunfailures

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)