From 40f80499d54df1f6a3eba5b8f63292645d82e135 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Sun, 24 Oct 2021 10:25:58 +0200 Subject: [PATCH] Also exclude pyparsing 3.0.0 in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6fc76f0747cd..89b95a732dca 100644 --- a/setup.py +++ b/setup.py @@ -319,7 +319,7 @@ def make_release_tree(self, base_dir, files): "numpy>=1.17", "packaging>=20.0", "pillow>=6.2.0", - "pyparsing>=2.2.1", + "pyparsing>=2.2.1,<3.0.0", "python-dateutil>=2.7", ] + ( # Installing from a git checkout.