From 525167747898de4a81791884ab76d0fb0b663fee Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Fri, 5 Feb 2021 12:26:53 +0000 Subject: [PATCH] MAINT: Fix NumPy version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f52ea258f..7ff1d94c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools", "wheel", - "numpy==1.6.6; python_version<='3.7'", + "numpy==1.16.6; python_version<='3.7'", "numpy==1.17.5; python_version=='3.8'", "numpy==1.19.5; python_version=='3.9'", "numpy; python_version>='3.10'",