Skip to content

Commit 43fec66

Browse files
authored
Add optional depencies for Torch backend
1 parent 54f754b commit 43fec66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ classifiers = [
1818
"License :: OSI Approved :: Apache Software License",
1919
]
2020

21+
[project.optional-dependencies]
22+
torch = [
23+
"torch",
24+
"torch-scatter",
25+
"torch_geometric",
26+
]
27+
28+
2129
[project.urls]
2230
Homepage = "https://github.com/ML-KULeuven/klay"
2331

0 commit comments

Comments
 (0)