From 492788db3e0685530f9e13364b2f21dc06159a16 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Tue, 28 Dec 2021 17:38:07 +0100 Subject: [PATCH] Loosen numpy setup requirement in setup.cfg. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 730f5767eb..39f6c05940 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = scipy>=1.0 packaging setup_requires = - numpy>=1.16.6,<1.20 + numpy>=1.13.3 scipy>=1.0 cython>=0.29.20 packaging