From 66afffd9c60a7ef61dbaa97e30d1d01858ef5ed3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:28:55 +0000 Subject: [PATCH] deps: Update dependency numpy to >=2.3.5 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 1e3b7aab..408c80dd 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5128,7 +5128,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.2.dev0 - sha256: 54be460de3ba1ec04e5e798d4d969fa4a9d62f7741998de274c3bc66f4b8fc2f + sha256: cfb35dedeb2b17cc9d34e84b18040497710fe37fb6055f5555e9a16778081d08 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index a38a8b16..d3a00bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -201,7 +201,7 @@ pytorch = { version = ">=2.8.0", build = "cuda12*" } [tool.pixi.feature.nogil.dependencies] python-freethreading = "~=3.13.0" pytest-run-parallel = ">=0.7.1" -numpy = ">=2.3.4" +numpy = ">=2.3.5" # pytorch = "*" # Not available on Python 3.13t yet dask-core = ">=2025.11.0" # No distributed, tornado, etc. # sparse = "*" # numba not available on Python 3.13t yet