From 96662d39633b11abb869064950804cf6b91e04ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:31:51 +0000 Subject: [PATCH] deps: Update dependency jaxlib to >=0.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b34c8de..d14c578b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -213,7 +213,7 @@ system-requirements = { cuda = "12" } [tool.pixi.feature.cuda-backends.target.linux.dependencies] cupy = ">=14.0.1" -jaxlib = { version = ">=0.7.2", build = "cuda12*" } +jaxlib = { version = ">=0.9.0", build = "cuda12*" } pytorch = { version = ">=2.10.0", build = "cuda12*" } [tool.pixi.feature.cuda-backends.target.osx.dependencies]