From 1892b93a8cd29a2a1505b1dacec26c4eafacb7fc Mon Sep 17 00:00:00 2001 From: Ardi Loot Date: Sun, 18 Sep 2022 20:17:19 +0300 Subject: [PATCH] Use oldest-supported-numpy for building (#57) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a07d8f2..fb2921f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=42", "setuptools_scm", - "numpy", + "oldest-supported-numpy", "Cython" ] build-backend = "setuptools.build_meta"