From c7bb8bb5209b7cbb6bfd054df475ec2d49a251fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:27:29 +0000 Subject: [PATCH] deps: Update dependency numpy to >=2.3.3 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a06de4f6..a6e77b48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ basedpyright = ">=1.31.6" numpydoc = ">=1.9.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5" -numpy = ">=2.1.3" +numpy = ">=2.3.3" hypothesis = ">=6.140.3" dask-core = ">=2025.9.1" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" @@ -98,7 +98,7 @@ pytest = ">=8.4.2" pytest-cov = ">=7.0.0" hypothesis = ">=6.140.3" array-api-strict = ">=2.4.1,<2.5" -numpy = ">=1.22.0" +numpy = ">=2.3.3" [tool.pixi.feature.tests.tasks] tests = { cmd = "pytest -v", description = "Run tests" } @@ -124,7 +124,7 @@ sphinx-autodoc-typehints = ">=1.25.3" dask-core = ">=2025.9.1" # No distributed, tornado, etc. pytest = ">=8.4.2" typing-extensions = ">=4.15.0" -numpy = ">=2.1.3" +numpy = ">=2.3.3" [tool.pixi.feature.docs.tasks] docs = { cmd = "sphinx-build -E -W . build/", cwd = "docs", description = "Build docs" }