ai-data-question-answer-bot / requirements.txt
beyzacodeway's picture
Update requirements.txt
8b32249 verified
raw
history blame contribute delete
580 Bytes
# Core dependencies for Hugging Face Spaces
gradio==4.44.0
pandas==2.2.3
numpy==1.26.4
matplotlib==3.10.3
seaborn==0.13.2
scikit-learn==1.6.1
plotly==6.0.1
kaleido==1.0.0
# LangGraph and LangChain dependencies
langgraph>=0.2.0
langchain>=0.3.0
langchain-core>=0.3.0
langchain-community>=0.3.0
langchain-openai>=0.2.0
# Additional data processing
scipy==1.13.1
Pillow==10.4.0
openpyxl==3.1.5
# Web and API dependencies
requests==2.32.4
aiohttp==3.12.14
# Environment variables
python-dotenv==1.0.0
# Daytona sandbox
daytona>=0.1.0
# Fix Pydantic compatibility
pydantic==2.7.4