From 0af15fec76269ba9921a97a54c68272e33727fba Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 8 Apr 2024 10:01:57 -0400 Subject: [PATCH] Build with Numpy >= 2.0.0rc1 See https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-0-specific-advice. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a987fa3..82f787f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["meson>=0.63.0", "meson-python", "setuptools_scm>=6.2", "wheel", - "numpy>=1.25"] + "numpy>=2.0.0rc1"] [project] name = "radbelt"