From 5bab142ebb1d94e774fe76efe625a8d57cc95eb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 04:35:58 +0000 Subject: [PATCH] deps: Update dependency pytorch to >=2.12.1 --- pixi.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index a74eef31..1e42a659 100644 --- a/pixi.toml +++ b/pixi.toml @@ -178,7 +178,7 @@ numpy = "=1.24.1" # Backends that can run on CPU-only hosts # Note: JAX and PyTorch will install CPU variants. [feature.backends.dependencies] -pytorch = ">=2.12.0" +pytorch = ">=2.12.1" dask-core = ">=2026.7.1" # No distributed, tornado, etc. sparse = ">=0.19.0" @@ -197,7 +197,7 @@ platforms = ["linux-64-cuda-12-9", "win-64-cuda-12-9"] [feature.cuda-backends.dependencies] cuda-version = "==12.9" cupy = ">=14.1.1" -pytorch = { version = ">=2.12.0", build = "cuda12*" } +pytorch = { version = ">=2.12.1", build = "cuda12*" } [feature.cuda-backends.target.linux.dependencies] jaxlib = { version = ">=0.10.2", build = "cuda12*" }