From 7340ede9b5771d58f7d1ea68b333f8d8cb2a5672 Mon Sep 17 00:00:00 2001 From: FindHao Date: Wed, 4 Dec 2024 18:18:25 -0800 Subject: [PATCH] Fix pyproject (#2554) Summary: fix https://github.com/pytorch/benchmark/issues/2548 Pull Request resolved: https://github.com/pytorch/benchmark/pull/2554 Reviewed By: xuzhao9 Differential Revision: D66792753 Pulled By: FindHao fbshipit-source-id: 201539b2711692fa4057045999c62934100ff242 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index da571fcfd..9c4687aaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,5 @@ [build-system] +requires = ["setuptools", "wheel"] # Use legacy backend to import local packages in setup.py build-backend = "setuptools.build_meta:__legacy__"