petter2025's picture
Update requirements.txt
205a412 verified
raw
history blame
566 Bytes
# === Core Web & UI ===
gradio[mcp,oauth]==5.49.1
fastapi==0.121.0
uvicorn==0.31.1
starlette==0.49.3
spaces==0.42.1
# === AI / Embeddings / FAISS ===
sentence-transformers==3.2.0
faiss-cpu==1.8.0.post1
transformers==4.50.3
tokenizers==0.21.4
# === Data / Analytics ===
pandas==2.2.2
numpy==1.26.4
scikit-learn==1.5.2
scipy==1.13.1
matplotlib==3.9.2
# === Hugging Face & Env ===
huggingface-hub==0.26.0 # keep <1.0 to satisfy transformers/tokenizers
python-dotenv==1.0.1
# === Reliability / Utils ===
joblib==1.4.2
tqdm==4.66.5
requests==2.32.3
tenacity==8.4.1