Remove torch from main deps after successful test

The torch detection workflow works perfectly! 
This commit is contained in:
Dakota 2025-06-04 10:32:25 -05:00
parent 02b94b2982
commit 3af0f007e2

View file

@ -26,7 +26,6 @@ dependencies = [
"jsonlines",
"pydantic-cli",
"hf_transfer",
"torch>=2.7.0",
]
[project.scripts]