Remove pytorch and tensorboard dependencies

This commit is contained in:
2026-04-02 19:35:08 +02:00
parent ec1c99de1c
commit cdbd4d537b
2 changed files with 0 additions and 6 deletions

View File

@@ -30,8 +30,6 @@ dependencies = [
"requests", "requests",
"seleniumbase", "seleniumbase",
"streamlit", "streamlit",
"tensorboard",
"torch",
"tqdm", "tqdm",
"uvicorn[standard]", "uvicorn[standard]",
] ]

View File

@@ -34,7 +34,3 @@ streamlit
# AI / Agent SDK # AI / Agent SDK
anthropic anthropic
# ML (heavy - comment out if not needed)
torch
tensorboard