File size: 751 Bytes
2df54e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3715a0b
2df54e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Core ML/DL
torch>=2.1.0
transformers>=4.35.0
pytorch-forecasting>=1.0.0
darts>=0.27.0
prophet>=1.1.5
statsforecast>=1.6.0
sktime>=0.25.0

# Optimization
ortools>=9.8.0
pulp>=2.7.0
scipy>=1.11.0

# Data Processing
pandas>=2.1.0
numpy>=1.24.0
scikit-learn>=1.3.0
great-expectations>=0.18.0

# AutoML
optuna>=3.4.0
# autogluon.timeseries>=0.8.0  # Optional - heavy dependency

# Visualization
plotly>=5.18.0
matplotlib>=3.8.0
seaborn>=0.13.0
shap>=0.43.0

# Web Framework
gradio>=4.44.0
pydantic>=2.5.0
pydantic-settings>=2.1.0

# Utilities
loguru>=0.7.2
python-dotenv>=1.0.0
pyyaml>=6.0
tqdm>=4.66.0
httpx>=0.25.0

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0

# Code Quality
black>=23.11.0
flake8>=6.1.0
mypy>=1.7.0
isort>=5.12.0