We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7af6a0 commit f5dd92dCopy full SHA for f5dd92d
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 = ">=14.0.0"
+cupy = ">=14.0.1"
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