# Web Framework
Flask==2.3.3
Flask-CORS==4.0.0

# Data Processing
pandas==2.0.3
numpy==1.24.3

# Machine Learning
scikit-learn==1.3.0
xgboost==1.7.6
lightgbm==4.1.0
torch==2.6.0
joblib==1.3.1
shap>=0.43.0

# Utilities
python-dotenv==1.0.0
