From 52aea1d3fda86d408694a6ab462cb5cccffa6205 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Wed, 4 Jun 2025 17:25:22 -0600 Subject: [PATCH] fix: Comment out torch dependency in requirements.txt --- AGENTS.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 77181ed..8853c17 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,4 +6,4 @@ - Pytest (pytest -q) won't work in this environment, so don't run it. - For testing you can use `pylint` and `python -m py_compile`. - You are using python 3.11. -- All pip dependencies are installed in the environment. +- All pip dependencies are installed in the environment. (Except torch, due to its size.) diff --git a/requirements.txt b/requirements.txt index f24fea6..82f62e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ requests==2.32.3 sentence-transformers==4.1.0 starlette==0.45.3 tavily-python==0.7.0 -torch==2.7.0 +# torch==2.7.0 tqdm==4.67.1 TTS==0.22.0 uvicorn==0.34.2