File size: 398 Bytes
b1049f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Core Gradio dependencies
gradio>=4.0.0
gradio-client>=0.10.0

# Data processing and visualization
pandas>=2.0.0
numpy>=1.24.0
plotly>=5.15.0

# HTTP requests and API
requests>=2.31.0

# JSON handling
jsonschema>=4.17.0

# Hugging Face integration
datasets>=2.14.0
huggingface-hub>=0.16.0

# Environment and configuration
python-dotenv>=1.0.0

# Optional: for better performance
matplotlib>=3.7.0