Skip to content

Commit 7547180

Browse files
authored
Add build-system requirements (#6230)
To make project https://peps.python.org/pep-0517/ compliant Solves pytorch/pytorch#80745
1 parent fea1f73 commit 7547180

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
@@ -12,3 +12,7 @@ target-version = ["py37"]
1212
excludes = [
1313
"gallery",
1414
]
15+
16+
[build-system]
17+
18+
requires = ["setuptools", "torch", "wheel"]

0 commit comments

Comments
 (0)