# Replication Package Requirements
# Python 3.9+ required

# Core Data Processing
pandas>=2.0.0,<3.0.0
numpy>=1.24.0,<2.0.0
pyarrow>=12.0.0
fastparquet>=2023.0.0

# Machine Learning
scikit-learn>=1.3.0,<2.0.0
lightgbm>=4.0.0
xgboost>=2.0.0
shap>=0.42.0

# Visualization
matplotlib>=3.7.0
seaborn>=0.12.0

# Statistics
statsmodels>=0.14.0

# Utilities
tqdm>=4.65.0  # Progress bars
