Spaces:
Sleeping
Sleeping
# Core dependencies for the notifications analysis application | |
streamlit>=1.36.0 | |
pandas>=2.0.0 | |
numpy>=1.24.0 | |
matplotlib>=3.7.0 | |
# Excel file handling dependencies | |
openpyxl>=3.1.0 | |
xlrd>=2.0.1 | |
# Additional dependencies for better compatibility | |
python-dateutil>=2.8.2 | |
pytz>=2023.3 | |
# Optional: For enhanced plotting capabilities | |
seaborn>=0.12.0 | |
# Optional: For better data handling | |
pyarrow>=12.0.0 | |
# RAG Chatbot Dependencies | |
# Core RAG components | |
sentence-transformers>=2.2.0 | |
faiss-cpu>=1.7.0 | |
weaviate-client>=3.25.0 | |
# LLM APIs | |
groq>=0.4.0 | |
ollama>=0.1.0 | |
# Vector database alternatives | |
chromadb>=0.4.0 | |
pinecone-client>=2.2.0 | |
# Additional utilities | |
numpy>=1.24.0 | |
pandas>=2.0.0 | |
streamlit>=1.28.0 | |
# Optional: For advanced features | |
langchain>=0.1.0 | |
langchain-community>=0.0.10 | |
transformers>=4.35.0 | |
torch>=2.0.0 | |
# Development and testing | |
pytest>=7.4.0 | |
black>=23.0.0 | |
flake8>=6.0.0 | |