From e1cbe05d2054c10de57400e9afc7ada7e0199c40 Mon Sep 17 00:00:00 2001 From: Alexander Harvey Nitz Date: Thu, 7 Apr 2022 15:40:00 +0200 Subject: [PATCH] update --- pyproject.toml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9903c3b..4fe0734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,6 @@ [build-system] requires = ["setuptools", "wheel", - "cython>=0.29.21", - "numpy==1.16.0; python_version <= '3.7'", - "numpy==1.17.3; python_version == '3.8'", - "numpy==1.19.3; python_version == '3.9'", - "numpy==1.21.4; python_version =='3.10'", - "numpy; python_version >= '3.11'", + "cython", + "oldest-supported-numpy", ] - -# To ensure the best compatibility, try to match the numpy reqs -# https://github.com/scipy/oldest-supported-numpy/blob/master/setup.cfg