Skip to content

Commit c13744f

Browse files
authored
Merge pull request #199 from TomographicImaging/optional-gpu
build: add cupy optional dependency
2 parents e987eab + 17bd3f9 commit c13744f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Python/pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ include = ["ccpi", "ccpi.*"]
1010
version = "24.0.0"
1111
name = "ccpi-regulariser"
1212
dependencies = ["numpy"]
13+
[project.optional-dependencies]
14+
gpu = ["cupy"]

0 commit comments

Comments
 (0)