mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-28 17:29:30 +00:00
Remove torch from main dependencies and uv workspace config
- Move torch to optional dependencies only (under rewardfns) - Remove uv.workspace configuration - Reduces install size and CI time significantly
This commit is contained in:
parent
8833c6e04d
commit
371d86d9a4
1 changed files with 0 additions and 6 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue