diff --git a/pyproject.toml b/pyproject.toml index d19c150..b06985a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,6 @@ dependencies = [ "requests", "seleniumbase", "streamlit", - "tensorboard", - "torch", "tqdm", "uvicorn[standard]", ] diff --git a/requirements.txt b/requirements.txt index 766b930..a8132ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,3 @@ streamlit # AI / Agent SDK anthropic - -# ML (heavy - comment out if not needed) -torch -tensorboard