From 8ef80ea0cdbe57ae93aabc76025b2de315422c46 Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Wed, 1 Oct 2025 09:05:57 +0200 Subject: [PATCH] drop NumPy 1.x support Signed-off-by: Martijn Govers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efd5231ac..40a74a066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Physics", ] requires-python = ">=3.11" -dependencies = ["numpy>=1.21.0"] +dependencies = ["numpy>=2.0.0"] dynamic = ["version"] [project.optional-dependencies]