Skip to content

Commit 399c678

Browse files
deps: Update dependency numpy to v2.3.0
1 parent a89d7d3 commit 399c678

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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"
@@ -98,7 +98,7 @@ pytest = ">=8.4.1"
9898
pytest-cov = ">=6.2.1"
9999
hypothesis = ">=6.131.28"
100100
array-api-strict = ">=2.3.1,<2.4"
101-
numpy = ">=1.22.0"
101+
numpy = ">=2.3.0"
102102

103103
[tool.pixi.feature.tests.tasks]
104104
tests = { cmd = "pytest -v", description = "Run tests" }
@@ -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)