From add4bb28cca6c76e0bffbac088fdc69bfe538699 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 12:24:35 +0000 Subject: [PATCH] deps: Update dependency cupy to >=14.1.0 --- pixi.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index 6906fa11..3bab64cb 100644 --- a/pixi.toml +++ b/pixi.toml @@ -195,7 +195,7 @@ jax = ">=0.9.2" system-requirements = { cuda = "12" } [feature.cuda-backends.target.linux.dependencies] -cupy = ">=14.0.1" +cupy = ">=14.1.0" jaxlib = { version = ">=0.9.2", build = "cuda12*" } pytorch = { version = ">=2.10.0", build = "cuda12*" } @@ -205,7 +205,7 @@ pytorch = { version = ">=2.10.0", build = "cuda12*" } # pytorch = { version = "*", build = "cuda12*" } # unavailable [feature.cuda-backends.target.win.dependencies] -cupy = ">=14.0.1" +cupy = ">=14.1.0" # jaxlib = { version = "*", build = "cuda12*" } # unavailable pytorch = { version = ">=2.10.0", build = "cuda12*" }