Skip to content

Commit c7bb8bb

Browse files
deps: Update dependency numpy to >=2.3.3
1 parent 9bad2f9 commit c7bb8bb

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.31.6"
6262
numpydoc = ">=1.9.0,<2"
6363
# import dependencies for mypy:
6464
array-api-strict = ">=2.4.1,<2.5"
65-
numpy = ">=2.1.3"
65+
numpy = ">=2.3.3"
6666
hypothesis = ">=6.140.3"
6767
dask-core = ">=2025.9.1" # No distributed, tornado, etc.
6868
dprint = ">=0.50.0,<0.51"
@@ -98,7 +98,7 @@ pytest = ">=8.4.2"
9898
pytest-cov = ">=7.0.0"
9999
hypothesis = ">=6.140.3"
100100
array-api-strict = ">=2.4.1,<2.5"
101-
numpy = ">=1.22.0"
101+
numpy = ">=2.3.3"
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.9.1" # No distributed, tornado, etc.
125125
pytest = ">=8.4.2"
126126
typing-extensions = ">=4.15.0"
127-
numpy = ">=2.1.3"
127+
numpy = ">=2.3.3"
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)