--- pyproject.toml.orig 2026-06-05 17:00:34 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ [build-system] # XXX: If your project needs other packages to build properly, add them to this list. -requires = ["setuptools >= 64", "torch >= 2.10"] +requires = ["setuptools", "torch >= 2.10"] build-backend = "setuptools.build_meta" [tool.black]