From 612e0f0c585792d8f20cb82ff535d2a4c00e2526 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Thu, 27 Jan 2022 21:21:34 -0500 Subject: [PATCH] Allow for >=NumPy versioning to deal with C compilation header errors --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a586677..83ad4d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ zip_safe = False packages = squish python_requires = >= 3.8 install_requires = - numpy == 1.21.2 + numpy >= 1.21.2 scipy == 1.7.1 matplotlib == 3.4.3