diff --git a/pyproject.toml b/pyproject.toml index a9f286a6..916799b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ dependencies = [ "jsonlines", "pydantic-cli", "hf_transfer", - "torch>=2.7.0", ] [project.scripts] @@ -66,8 +65,3 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["atroposlib"] - -[tool.uv.workspace] -members = [ - "environments/hack0", -]