From 9d042d744f801f11ac54cced04f4e341418dab0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:51:58 +0000 Subject: [PATCH] chore(deps): update dependency numpy to >=2, <=2.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07fb6f5..d34b9fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dynamic = ["version"] dependencies = [ - "numpy>=2, <=2.3.4", + "numpy>=2, <=2.4.2", "tqdm", "reciprocalspaceship>=1.0.6, <=1.0.6", #"reciprocalspaceship @ git+https://github.com/rs-station/reciprocalspaceship.git@main",