Skip to content

Commit 9edee07

Browse files
deps: Update dependency jax to >=0.7.0
1 parent db75e01 commit 9edee07

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ sparse = ">=0.17.0"
158158
# On CPU Python 3.10, use 0.6.2
159159
# On CPU Python >=3.11, use >=0.7.0
160160
# On GPU, use 0.6.0 (0.6.2 and 0.7.0 both segfault); see jaxlib pin below.
161-
jax = ">=0.6.0"
161+
jax = ">=0.7.0"
162162

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

166166
[tool.pixi.feature.backends.target.osx-arm64.dependencies]
167-
jax = ">=0.6.0"
167+
jax = ">=0.7.0"
168168

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

0 commit comments

Comments
 (0)