From e1f22fd014eb86d40e0ecb78bd65cb7a9bef71bc Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Fri, 20 Oct 2023 10:31:39 +0200 Subject: [PATCH] numpy latest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0832368..5d6b5b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools", "numpy"] +requires = ["setuptools", "oldest-supported-numpy/python"] build-backend = "setuptools.build_meta"