8000 BLD: do not put an upper bound on pyparsing · matplotlib/matplotlib@6208e23 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6208e23

Browse files
committed
BLD: do not put an upper bound on p DA62 yparsing
We missed relaxing the requirement in #21501
1 parent d8ede1a commit 6208e23

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
@@ -312,7 +312,7 @@ def make_release_tree(self, base_dir, files):
312312
"numpy>=1.19",
313313
"packaging>=20.0",
314314
"pillow>=6.2.0",
315-
"pyparsing>=2.2.1,<3.0.0",
315+
"pyparsing>=2.2.1",
316316
"python-dateutil>=2.7",
317317
] + (
318318
# Installing from a git checkout that is not producing a wheel.

0 commit comments

Comments
 (0)
0