Skip to content

Commit e23383c

Browse files
committed
workaround troubled cupy 12x package
moving to cuda 13 for 2026
1 parent fd33079 commit e23383c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies = [
5757
"Source" = "https://github.com/ComputationalCryoEM/ASPIRE-Python"
5858

5959
[project.optional-dependencies]
60-
gpu-12x = ["cupy-cuda12x", "cufinufft==2.4.0"]
60+
gpu-12x = ["cupy-cuda12x<14", "cufinufft==2.4.0"]
6161
dev = [
6262
"black",
6363
"bumpversion",

0 commit comments

Comments
 (0)