From d43031274abe6ae2c11070b0cf24be6980fbb049 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Tue, 17 Oct 2023 11:53:33 +0100 Subject: [PATCH] No longer use oldest-supported-numpy for Python 3.9 and above --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae6bdbf..e31b52f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,8 @@ requires = ["setuptools", "setuptools_scm", "wheel", - "oldest-supported-numpy"] + "oldest-supported-numpy;python_version<'3.9'", + "numpy>=1.25;python_version>='3.9'"] build-backend = 'setuptools.build_meta' [tool.cibuildwheel.linux]