Skip to content

Commit cbd065c

Browse files
deps: Update dependency cupy to >=13.5.1 (#376)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52f7ee3 commit cbd065c

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

pixi.lock

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jax = ">=0.6.0"
176176
system-requirements = { cuda = "12" }
177177

178178
[tool.pixi.feature.cuda-backends.target.linux-64.dependencies]
179-
cupy = ">=13.4.1"
179+
cupy = ">=13.5.1"
180180
jaxlib = { version = ">=0.6.0", build = "cuda12*" }
181181
pytorch = { version = ">=2.7.0", build = "cuda12*" }
182182

@@ -191,7 +191,7 @@ pytorch = { version = ">=2.7.0", build = "cuda12*" }
191191
# pytorch = { version = "*", build = "cuda12*" } # unavailable
192192

193193
[tool.pixi.feature.cuda-backends.target.win-64.dependencies]
194-
cupy = ">=13.4.1"
194+
cupy = ">=13.5.1"
195195
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
196196
pytorch = { version = ">=2.7.0", build = "cuda12*" }
197197

0 commit comments

Comments
 (0)