fix: Comment out torch dependency in requirements.txt

This commit is contained in:
Slipstream 2025-06-04 17:25:22 -06:00
parent 6bb2be90ee
commit 52aea1d3fd
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD
2 changed files with 2 additions and 2 deletions

View File

@ -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.)

View File

@ -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