From 64df992e382d32b51e6ea2d455510250db77e70b Mon Sep 17 00:00:00 2001 From: William Bruneau Date: Thu, 4 Jan 2024 10:36:39 +0100 Subject: Unlock pyparsing version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a33f608f..e1e54434 100644 --- a/setup.py +++ b/setup.py @@ -325,7 +325,7 @@ def build_all(): "VERSION" ] }, - install_requires=["future", "pyparsing~=2.0"], + install_requires=["future", "pyparsing>=2.4.1"], cmdclass={"install_data": smart_install_data}, ext_modules = ext_modules, # Metadata -- cgit 1.4.1