Skip to content

Commit c3924d8

Browse files
datumboxfacebook-github-bot
authored andcommitted
[fbsync] Add build-system requirements (#6230)
Summary: To make project https://peps.python.org/pep-0517/ compliant Solves pytorch/pytorch#80745 Reviewed By: jdsgomes Differential Revision: D37643905 fbshipit-source-id: 6f20b9c38a18ed9c0c189ef377a39b88716998fe
1 parent 0bc54b6 commit c3924d8

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)