File size: 544 Bytes
2ef0503
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core dependencies
gradio>=4.0.0
openai>=1.0.0
numpy>=1.24.0
pandas>=2.0.0

# Visualization
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.13.0

# Machine Learning & Stats
scikit-learn>=1.2.0
statsmodels>=0.14.0
scipy>=1.10.0

# Data Processing
python-dotenv>=1.0.0  # for environment variables
requests>=2.31.0

# ML Pipeline
imbalanced-learn>=0.11.0
category_encoders>=2.6.0

# Optional but recommended for enhanced functionality
jupyter>=1.0.0  # for development
ipython>=8.0.0  # for better REPL experience
tqdm>=4.65.0    # for progress bars