Skip to content

Commit a19abd0

Browse files
deps: Update dependency numpy to >=2.3.4
1 parent c4e4c83 commit a19abd0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ basedpyright = ">=1.36.1"
6161
numpydoc = ">=1.10.0,<2"
6262
# import dependencies for mypy:
6363
array-api-strict = ">=2.4.1,<2.5"
64-
numpy = ">=2.1.3"
64+
numpy = ">=2.3.4"
6565
hypothesis = ">=6.148.2"
6666
dask-core = ">=2025.12.0" # No distributed, tornado, etc.
6767
dprint = ">=0.50.0,<0.51"
@@ -97,7 +97,7 @@ pytest = ">=9.0.2"
9797
pytest-cov = ">=7.0.0"
9898
hypothesis = ">=6.148.2"
9999
array-api-strict = ">=2.4.1,<2.5"
100-
numpy = ">=1.22.0"
100+
numpy = ">=2.3.4"
101101

102102
[tool.pixi.feature.tests.tasks]
103103
tests = { cmd = "pytest -v", description = "Run tests" }
@@ -123,7 +123,7 @@ sphinx-autodoc-typehints = ">=1.25.3"
123123
dask-core = ">=2025.12.0" # No distributed, tornado, etc.
124124
pytest = ">=9.0.2"
125125
typing-extensions = ">=4.15.0"
126-
numpy = ">=2.1.3"
126+
numpy = ">=2.3.4"
127127

128128
[tool.pixi.feature.docs.tasks]
129129
docs = { cmd = "sphinx-build -E -W . build/", cwd = "docs", description = "Build docs" }

0 commit comments

Comments
 (0)