From 5c3ee47698fd963cecd4893669e0135355cfb3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Fr=C3=A9rot?= Date: Tue, 20 Dec 2022 18:35:32 +0100 Subject: [PATCH] using oldest-supported-numpy as build dependency See https://numpy.org/devdocs/user/troubleshooting-importerror.html#c-api-incompatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ad94f8e..a1244f1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["meson>=0.46.0", "meson-python>=0.11.0", "ninja", "numpy"] +requires = ["meson>=0.46.0", "meson-python>=0.11.0", "ninja", "oldest-supported-numpy"] build-backend = "mesonpy" [project]