Skip to content

Commit ce7a211

Browse files
committed
[Chore] add initial support for PEP517 builds
This change adds initial pyproject.toml file to allow PEP517 builds.
1 parent 0a560bb commit ce7a211

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build-system]
2+
requires = ["setuptools", "torch", "torchvision"]
3+
build-backend = "setuptools.build_meta"
4+

0 commit comments

Comments
 (0)