File size: 580 Bytes
be4c5c6
 
939b7f7
 
 
 
 
 
 
 
 
8b32249
 
 
 
 
939b7f7
 
 
 
 
 
 
 
 
 
be4c5c6
8b32249
be4c5c6
939b7f7
8b32249
939b7f7
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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