Skip to content

Commit b3201c4

Browse files
committed
Use cupy-core instead of cupy
1 parent 41ad0bb commit b3201c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pixi.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,21 +128,21 @@ python = "~=3.10.0"
128128
python = "~=3.13.0"
129129

130130
[tool.pixi.feature.backends.target.linux-64.dependencies]
131-
cupy = "*"
131+
cupy-core = "*"
132132
pytorch = "*"
133133
dask = "*"
134134
sparse = ">=0.15"
135135
jax = "*"
136136

137137
[tool.pixi.feature.backends.target.osx-arm64.dependencies]
138-
# cupy = "*"
138+
# cupy-core = "*"
139139
pytorch = "*"
140140
dask = "*"
141141
sparse = ">=0.15"
142142
jax = "*"
143143

144144
[tool.pixi.feature.backends.target.win-64.dependencies]
145-
cupy = "*"
145+
cupy-core = "*"
146146
# pytorch = "*"
147147
dask = "*"
148148
sparse = ">=0.15"

0 commit comments

Comments
 (0)