From 0d1b56a0863b9c7e958a7849face81e8cea32b2a Mon Sep 17 00:00:00 2001 From: anthony sottile Date: Wed, 4 Mar 2026 20:54:28 +0000 Subject: [PATCH] allow isolated build to succeed --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000000..d30968f36008 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=77.0.3", "torch"] +build-backend = "setuptools.build_meta:__legacy__"