Skip to content

Commit 391b443

Browse files
deps: Update dependency numpy to >=2.3.1
1 parent 7e3ac57 commit 391b443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ pytorch = { version = ">=2.7.0", build = "cuda12*" }
198198
[tool.pixi.feature.nogil.dependencies]
199199
python-freethreading = "~=3.13.0"
200200
pytest-run-parallel = ">=0.4.4"
201-
numpy = ">=2.3.0"
201+
numpy = ">=2.3.1"
202202
# pytorch = "*" # Not available on Python 3.13t yet
203203
dask-core = ">=2025.5.1" # No distributed, tornado, etc.
204204
# sparse = "*" # numba not available on Python 3.13t yet

0 commit comments

Comments
 (0)