From 9edee079c32a0eff65c27877b12bc933fa54349f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:08:56 +0000 Subject: [PATCH] deps: Update dependency jax to >=0.7.0 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3c0f4c75..4d484327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,13 +158,13 @@ sparse = ">=0.17.0" # On CPU Python 3.10, use 0.6.2 # On CPU Python >=3.11, use >=0.7.0 # On GPU, use 0.6.0 (0.6.2 and 0.7.0 both segfault); see jaxlib pin below. -jax = ">=0.6.0" +jax = ">=0.7.0" [tool.pixi.feature.backends.target.osx-64.dependencies] -jax = ">=0.6.0" +jax = ">=0.7.0" [tool.pixi.feature.backends.target.osx-arm64.dependencies] -jax = ">=0.6.0" +jax = ">=0.7.0" [tool.pixi.feature.backends.target.win-64.dependencies] # jax = "*" # unavailable