From 2df1ab8a1fc4bd645277b82976917d74f7451121 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 17 Dec 2020 08:54:20 +0100 Subject: [PATCH] Remove detailed numpy constraints from pyproject.toml --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 098e0abd9..ecc44556e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,6 @@ requires = [ "thinc>=8.0.0rc3,<8.1.0", "blis>=0.4.0,<0.8.0", "pathy", - "numpy==1.15.0; python_version<='3.7'", - "numpy==1.17.3; python_version=='3.8'", - "numpy==1.19.3; python_version=='3.9'", - "numpy; python_version>='3.10'", + "numpy>=1.15.0", ] build-backend = "setuptools.build_meta"