We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db75e01 commit 9edee07Copy full SHA for 9edee07
1 file changed
pyproject.toml
@@ -158,13 +158,13 @@ sparse = ">=0.17.0"
158
# On CPU Python 3.10, use 0.6.2
159
# On CPU Python >=3.11, use >=0.7.0
160
# On GPU, use 0.6.0 (0.6.2 and 0.7.0 both segfault); see jaxlib pin below.
161
-jax = ">=0.6.0"
+jax = ">=0.7.0"
162
163
[tool.pixi.feature.backends.target.osx-64.dependencies]
164
165
166
[tool.pixi.feature.backends.target.osx-arm64.dependencies]
167
168
169
[tool.pixi.feature.backends.target.win-64.dependencies]
170
# jax = "*" # unavailable
0 commit comments