Combined requirements back in to 1 file.

This commit is contained in:
SergeantPanda 2025-03-03 16:42:51 -06:00
parent b5cc5dcb37
commit a36d06766d
3 changed files with 6 additions and 3 deletions

View file

@ -1,2 +0,0 @@
--index-url https://download.pytorch.org/whl/cpu/
torch==2.6.0

View file

@ -1 +0,0 @@
sentence-transformers==3.4.1

View file

@ -16,3 +16,9 @@ django-cors-headers
djangorestframework-simplejwt
m3u8
rapidfuzz==3.12.1
# PyTorch dependencies (CPU only)
--extra-index-url https://download.pytorch.org/whl/cpu/
torch==2.6.0+cpu
# ML/NLP dependencies
sentence-transformers==3.4.1