Skip to content

Commit a0ff733

Browse files
deps: Update dependency jax to >=0.5.3 (#311)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87c2489 commit a0ff733

File tree

2 files changed

+42
-61
lines changed

2 files changed

+42
-61
lines changed

pixi.lock

Lines changed: 39 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ dask-core = ">=2025.5.0" # No distributed, tornado, etc.
139139
sparse = ">=0.16.0"
140140

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

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

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

150150
[tool.pixi.feature.backends.target.win-64.dependencies]
151151
# jax = "*" # unavailable

0 commit comments

Comments
 (0)