Skip to content

Commit 6f6e210

Browse files
deps: Update dependency cupy to v14
1 parent bd81582 commit 6f6e210

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jax = ">=0.7.2"
212212
system-requirements = { cuda = "12" }
213213

214214
[tool.pixi.feature.cuda-backends.target.linux.dependencies]
215-
cupy = ">=13.6.0"
215+
cupy = ">=14.0.0"
216216
jaxlib = { version = ">=0.7.2", build = "cuda12*" }
217217
pytorch = { version = ">=2.10.0", build = "cuda12*" }
218218

@@ -222,7 +222,7 @@ pytorch = { version = ">=2.10.0", build = "cuda12*" }
222222
# pytorch = { version = "*", build = "cuda12*" } # unavailable
223223

224224
[tool.pixi.feature.cuda-backends.target.win.dependencies]
225-
cupy = ">=13.6.0"
225+
cupy = ">=14.0.0"
226226
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
227227
pytorch = { version = ">=2.10.0", build = "cuda12*" }
228228

0 commit comments

Comments
 (0)