8000 Merge pull request #22751 from tacaswell/bld_pin_pyparsing · matplotlib/matplotlib@6c3412b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c3412b

Browse files
authored
Merge pull request #22751 from tacaswell/bld_pin_pyparsing
BLD: do not put an upper bound on pyparsing
2 parents 20e38f4 + 6208e23 commit 6c3412b

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