--- pyproject.toml.orig 2024-01-01 00:00:00.000000000 +0000 +++ pyproject.toml 2024-01-01 00:00:00.000000000 +0000 @@ -1,5 +1,5 @@ [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 >= 64"] build-backend = "setuptools.build_meta"