diff --git a/pyproject.toml b/pyproject.toml index a1cca18e5c6..8f0be4245bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,3 +12,7 @@ target-version = ["py37"] excludes = [ "gallery", ] + +[build-system] + +requires = ["setuptools", "torch", "wheel"]