Skip to content

Commit 5ac6396

Browse files
deps: Update dependency cupy to >=14.1.1 (data-apis#801)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de6b0c7 commit 5ac6396

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jax = ">=0.9.2"
194194
system-requirements = { cuda = "12" }
195195

196196
[feature.cuda-backends.target.linux.dependencies]
197-
cupy = ">=14.1.0"
197+
cupy = ">=14.1.1"
198198
jaxlib = { version = ">=0.9.2", build = "cuda12*" }
199199
pytorch = { version = ">=2.10.0", build = "cuda12*" }
200200

@@ -204,7 +204,7 @@ pytorch = { version = ">=2.10.0", build = "cuda12*" }
204204
# pytorch = { version = "*", build = "cuda12*" } # unavailable
205205

206206
[feature.cuda-backends.target.win.dependencies]
207-
cupy = ">=14.1.0"
207+
cupy = ">=14.1.1"
208208
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
209209
pytorch = { version = ">=2.10.0", build = "cuda12*" }
210210

0 commit comments

Comments
 (0)