From 9525d822b2cd03754c8fe468186c68f61dbb4012 Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Fri, 11 Jun 2021 06:47:51 -0500 Subject: [PATCH] use oldest-supported-numpy in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06ae32aac..42eecc8f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["cython", "numpy", "setuptools", "wheel"] +requires = ["cython", "oldest-supported-numpy", "setuptools", "wheel"] build-backend = "setuptools.build_meta"