Skip to content

Commit 03e9fd5

Browse files
deps: Update dependency cupy to >=13.6.0 (#414)
1 parent 0ad4849 commit 03e9fd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
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,!=0.6.2"
176176
system-requirements = { cuda = "12" }
177177

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

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

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

0 commit comments

Comments
 (0)