Skip to content

Commit 7b3f326

Browse files
deps: Update dependency numpy to >=2.3.4 (#511)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a6964b commit 7b3f326

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
@@ -201,7 +201,7 @@ pytorch = { version = ">=2.8.0", build = "cuda12*" }
201201
[tool.pixi.feature.nogil.dependencies]
202202
python-freethreading = "~=3.13.0"
203203
pytest-run-parallel = ">=0.7.0"
204-
numpy = ">=2.3.3"
204+
numpy = ">=2.3.4"
205205
# pytorch = "*" # Not available on Python 3.13t yet
206206
dask-core = ">=2025.10.0" # No distributed, tornado, etc.
207207
# sparse = "*" # numba not available on Python 3.13t yet

0 commit comments

Comments
 (0)