From 6208e23fc10ddf9e54cd0fc8d7cc6dbab9ee42f8 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 31 Mar 2022 20:53:22 -0400 Subject: [PATCH] BLD: do not put an upper bound on pyparsing We missed relaxing the requirement in https://github.com/matplotlib/matplotlib/pull/21501 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58ef02ac8a62..c64069af69b3 100644 --- a/setup.py +++ b/setup.py @@ -312,7 +312,7 @@ def make_release_tree(self, base_dir, files): "numpy>=1.19", "packaging>=20.0", "pillow>=6.2.0", - "pyparsing>=2.2.1,<3.0.0", + "pyparsing>=2.2.1", "python-dateutil>=2.7", ] + ( # Installing from a git checkout that is not producing a wheel.