From 613210a5b14fae29ff73e3275206b7918af98c52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:55:31 +0000 Subject: [PATCH] deps: Update dependency cupy to >=14.1.1 --- pixi.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index c54c0177..3783453b 100644 --- a/pixi.toml +++ b/pixi.toml @@ -194,7 +194,7 @@ jax = ">=0.9.2" system-requirements = { cuda = "12" } [feature.cuda-backends.target.linux.dependencies] -cupy = ">=14.1.0" +cupy = ">=14.1.1" jaxlib = { version = ">=0.9.2", build = "cuda12*" } pytorch = { version = ">=2.10.0", build = "cuda12*" } @@ -204,7 +204,7 @@ pytorch = { version = ">=2.10.0", build = "cuda12*" } # pytorch = { version = "*", build = "cuda12*" } # unavailable [feature.cuda-backends.target.win.dependencies] -cupy = ">=14.1.0" +cupy = ">=14.1.1" # jaxlib = { version = "*", build = "cuda12*" } # unavailable pytorch = { version = ">=2.10.0", build = "cuda12*" }