Skip to content

Commit 2e336b2

Browse files
deps: Update jax to >=0.6.0 (#331)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13d4a70 commit 2e336b2

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
@@ -139,13 +139,13 @@ dask-core = ">=2025.5.1" # No distributed, tornado, etc.
139139
sparse = ">=0.17.0"
140140

141141
[tool.pixi.feature.backends.target.linux-64.dependencies]
142-
jax = ">=0.5.3"
142+
jax = ">=0.6.0"
143143

144144
[tool.pixi.feature.backends.target.osx-64.dependencies]
145-
jax = ">=0.5.3"
145+
jax = ">=0.6.0"
146146

147147
[tool.pixi.feature.backends.target.osx-arm64.dependencies]
148-
jax = ">=0.5.3"
148+
jax = ">=0.6.0"
149149

150150
[tool.pixi.feature.backends.target.win-64.dependencies]
151151
# jax = "*" # unavailable
@@ -161,7 +161,7 @@ system-requirements = { cuda = "12" }
161161

162162
[tool.pixi.feature.cuda-backends.target.linux-64.dependencies]
163163
cupy = ">=13.4.1"
164-
jaxlib = { version = ">=0.5.3", build = "cuda12*" }
164+
jaxlib = { version = ">=0.6.0", build = "cuda12*" }
165165
pytorch = { version = ">=2.7.0", build = "cuda12*" }
166166

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

0 commit comments

Comments
 (0)