We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd81582 commit 6f6e210Copy full SHA for 6f6e210
1 file changed
pyproject.toml
@@ -212,7 +212,7 @@ jax = ">=0.7.2"
212
system-requirements = { cuda = "12" }
213
214
[tool.pixi.feature.cuda-backends.target.linux.dependencies]
215
-cupy = ">=13.6.0"
+cupy = ">=14.0.0"
216
jaxlib = { version = ">=0.7.2", build = "cuda12*" }
217
pytorch = { version = ">=2.10.0", build = "cuda12*" }
218
@@ -222,7 +222,7 @@ pytorch = { version = ">=2.10.0", build = "cuda12*" }
222
# pytorch = { version = "*", build = "cuda12*" } # unavailable
223
224
[tool.pixi.feature.cuda-backends.target.win.dependencies]
225
226
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
227
228
0 commit comments