FinsightX / requirements.txt
Raahulthakur's picture
Update requirements.txt
718c1b5 verified
raw
history blame contribute delete
649 Bytes
# UI and App Framework
streamlit==1.45.0
python-dotenv==1.1.0
# Data & ML Utilities
pandas==2.2.3
numpy==1.26.4
scikit-learn==1.6.1
matplotlib==3.10.1
# Forecasting
neuralprophet==0.9.0
# Embeddings & Transformers
sentence-transformers==4.1.0
transformers==4.51.3
tokenizers==0.21.1
# Torch (CPU only, avoids massive CUDA)
torch==2.1.2
# Vector DB
chromadb==1.0.7
# Backend, APIs, Networking
httpx==0.28.1
fastapi==0.115.9
uvicorn==0.34.2
# Optional / Native-heavy packages (comment out if not needed)
# llama-cpp-python==0.3.8
# onnxruntime==1.21.1
# Other Utilities
protobuf==3.20.3
click==8.0.4
pydantic==1.10.22
bt==0.2.9
future==0.18.3