From a19abd0f7dcbbd7c3c260439847f077593201734 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 12:24:44 +0000 Subject: [PATCH] deps: Update dependency numpy to >=2.3.4 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5cd9c7ee..dfe29773 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ basedpyright = ">=1.36.1" numpydoc = ">=1.10.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5" -numpy = ">=2.1.3" +numpy = ">=2.3.4" hypothesis = ">=6.148.2" dask-core = ">=2025.12.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" @@ -97,7 +97,7 @@ pytest = ">=9.0.2" pytest-cov = ">=7.0.0" hypothesis = ">=6.148.2" array-api-strict = ">=2.4.1,<2.5" -numpy = ">=1.22.0" +numpy = ">=2.3.4" [tool.pixi.feature.tests.tasks] tests = { cmd = "pytest -v", description = "Run tests" } @@ -123,7 +123,7 @@ sphinx-autodoc-typehints = ">=1.25.3" dask-core = ">=2025.12.0" # No distributed, tornado, etc. pytest = ">=9.0.2" typing-extensions = ">=4.15.0" -numpy = ">=2.1.3" +numpy = ">=2.3.4" [tool.pixi.feature.docs.tasks] docs = { cmd = "sphinx-build -E -W . build/", cwd = "docs", description = "Build docs" }