Skip to content

Commit a89541b

Browse files
deps: Update dependency numpy to >=2.3.3
1 parent 6eb7776 commit a89541b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" }
202202
[tool.pixi.feature.nogil.dependencies]
203203
python-freethreading = "~=3.13.0"
204204
pytest-run-parallel = ">=0.6.1"
205-
numpy = ">=2.3.2"
205+
numpy = ">=2.3.3"
206206
# pytorch = "*" # Not available on Python 3.13t yet
207207
dask-core = ">=2025.7.0" # No distributed, tornado, etc.
208208
# sparse = "*" # numba not available on Python 3.13t yet

0 commit comments

Comments
 (0)