Skip to content

Commit 4cb87a9

Browse files
deps: Update dependency numpy to >=2.3.0
1 parent 4f2d14d commit 4cb87a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ basedpyright = ">=1.29.4"
6262
numpydoc = ">=1.9.0,<2"
6363
# import dependencies for mypy:
6464
array-api-strict = ">=2.3.1,<2.4"
65-
numpy = ">=2.1.3"
65+
numpy = ">=2.3.0"
6666
hypothesis = ">=6.131.28"
6767
dask-core = ">=2025.5.1" # No distributed, tornado, etc.
6868
dprint = ">=0.50.0,<0.51"
@@ -124,7 +124,7 @@ sphinx-autodoc-typehints = ">=1.25.3"
124124
dask-core = ">=2025.5.1" # No distributed, tornado, etc.
125125
pytest = ">=8.4.1"
126126
typing-extensions = ">=4.14.0"
127-
numpy = ">=2.1.3"
127+
numpy = ">=2.3.0"
128128

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

0 commit comments

Comments
 (0)