Unverified Commit 75471803 authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

Add build-system requirements (#6230)

To make project https://peps.python.org/pep-0517/ compliant

Solves https://github.com/pytorch/pytorch/issues/80745
parent fea1f733
...@@ -12,3 +12,7 @@ target-version = ["py37"] ...@@ -12,3 +12,7 @@ target-version = ["py37"]
excludes = [ excludes = [
"gallery", "gallery",
] ]
[build-system]
requires = ["setuptools", "torch", "wheel"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment