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" }