Skip to content

Commit 2dd0019

Browse files
deps: Update jax to >=0.7.2
1 parent dfa0f6f commit 2dd0019

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@ sparse = ">=0.17.0"
155155
[tool.pixi.feature.backends.target.linux-64.dependencies]
156156
# On CPU use >=0.7.0
157157
# On GPU, use 0.6.0 (0.6.2 and 0.7.0 both segfault); see jaxlib pin below.
158-
jax = ">=0.6.0"
158+
jax = ">=0.7.2"
159159

160160
[tool.pixi.feature.backends.target.osx-64.dependencies]
161-
jax = ">=0.6.0"
161+
jax = ">=0.7.2"
162162

163163
[tool.pixi.feature.backends.target.osx-arm64.dependencies]
164-
jax = ">=0.6.0"
164+
jax = ">=0.7.2"
165165

166166
[tool.pixi.feature.backends.target.win-64.dependencies]
167167
# jax = "*" # unavailable
@@ -178,7 +178,7 @@ system-requirements = { cuda = "12" }
178178
[tool.pixi.feature.cuda-backends.target.linux-64.dependencies]
179179
cupy = ">=13.6.0"
180180
# JAX 0.6.2 and 0.7.0 segfault on CUDA
181-
jaxlib = { version = ">=0.6.0,!=0.6.2,!=0.7.0", build = "cuda12*" }
181+
jaxlib = { version = ">=0.7.2,!=0.6.2,!=0.7.0", build = "cuda12*" }
182182
pytorch = { version = ">=2.7.1", build = "cuda12*" }
183183

184184
[tool.pixi.feature.cuda-backends.target.osx-64.dependencies]

0 commit comments

Comments
 (0)