Skip to content

Commit f57d9a0

Browse files
rmanhaevejjcmoon
andauthored
Add optional depencies for Torch backend (#9)
* Add optional depencies for Torch backend * Remove unnecessary torch dependencies --------- Co-authored-by: Jaron Maene <Jaron.maene@gmail.com>
1 parent 54f754b commit f57d9a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

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

21+
[project.optional-dependencies]
22+
torch = [
23+
"torch",
24+
]
25+
26+
2127
[project.urls]
2228
Homepage = "https://github.com/ML-KULeuven/klay"
2329

0 commit comments

Comments
 (0)