From 5886c9d0e90ea8c1d0bf7cb318e363c16911da0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 00:25:17 +0000 Subject: [PATCH] deps: Update dependency numpy to >=2.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8b23174..0ec273f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -202,7 +202,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" } [tool.pixi.feature.nogil.dependencies] python-freethreading = "~=3.13.0" pytest-run-parallel = ">=0.6.1" -numpy = ">=2.3.2" +numpy = ">=2.3.3" # pytorch = "*" # Not available on Python 3.13t yet dask-core = ">=2025.9.0" # No distributed, tornado, etc. # sparse = "*" # numba not available on Python 3.13t yet