Skip to content

Commit 68c92f6

Browse files
authored
Do not install CuPy on darwin (zarr-developers#3988)
1 parent 79d5b8f commit 68c92f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ remote = [
6666
"obstore>=0.5.1",
6767
]
6868
gpu = [
69-
"cupy-cuda12x",
69+
"cupy-cuda12x; sys_platform != 'darwin'",
7070
]
7171
cast-value-rs = ["cast-value-rs"]
7272
cli = ["typer"]

uv.lock

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

0 commit comments

Comments
 (0)