cascade / requirements.txt
ayushm98's picture
fix: update requirements.txt with complete dependencies for HF Spaces
072ea65
raw
history blame contribute delete
446 Bytes
# Core dependencies
fastapi==0.109.0
uvicorn[standard]==0.27.0
httpx==0.26.0
pydantic==2.5.3
pydantic-settings==2.1.0
python-dotenv==1.0.0
# LLM providers
openai==1.10.0
# Caching
redis==5.0.1
qdrant-client==1.7.3
# ML and embeddings
sentence-transformers==2.2.2
transformers==4.37.2
torch==2.1.2
onnx==1.15.0
onnxruntime==1.16.3
scikit-learn==1.4.0
# UI
streamlit==1.31.0
plotly==5.18.0
pandas==2.1.4
# Monitoring
prometheus-client==0.19.0