Skip to content

Commit 03c8e60

Browse files
Update dependency cupy to v13 (#219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77b2b28 commit 03c8e60

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
@@ -164,7 +164,7 @@ jax = "*"
164164
system-requirements = { cuda = "12" }
165165

166166
[tool.pixi.feature.cuda-backends.target.linux-64.dependencies]
167-
cupy = "*"
167+
cupy = ">=13.4.1"
168168
jaxlib = { version = "*", build = "cuda12*" }
169169
pytorch = { version = "*", build = "cuda12*" }
170170

@@ -179,7 +179,7 @@ pytorch = { version = "*", build = "cuda12*" }
179179
# pytorch = { version = "*", build = "cuda12*" } # unavailable
180180

181181
[tool.pixi.feature.cuda-backends.target.win-64.dependencies]
182-
cupy = "*"
182+
cupy = ">=13.4.1"
183183
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
184184
pytorch = { version = "*", build = "cuda12*" }
185185

0 commit comments

Comments
 (0)