petter2025's picture
Update requirements.txt
d529bec verified
raw
history blame
273 Bytes
# Core runtime
gradio==5.49.1
uvicorn>=0.22.0
spaces
# ML & Vector memory
sentence-transformers==3.2.1
faiss-cpu==1.8.0.post1
numpy==1.26.4
pandas==2.2.2
torch==2.3.1
scikit-learn==1.5.2
# Networking & API
requests==2.32.3
python-dotenv==1.0.1
# Misc utils
tqdm==4.66.5