Skip to content

Commit f5dd92d

Browse files
deps: Update dependency cupy to >=14.0.1 (#647)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7af6a0 commit f5dd92d

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 = ">=14.0.0"
215+
cupy = ">=14.0.1"
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 = ">=14.0.0"
225+
cupy = ">=14.0.1"
226226
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
227227
pytorch = { version = ">=2.10.0", build = "cuda12*" }
228228

0 commit comments

Comments
 (0)