# LLMFE AutoML Requirements
# Core dependencies

# Data processing
pandas>=1.3.0
numpy>=1.20.0
scipy>=1.7.0

# Machine Learning
scikit-learn>=1.0.0
autogluon[tabular]>=1.0.0
optuna>=3.0.0
featuretools>=1.0.0
shap>=0.40.0

# LLM Providers
openai>=1.0.0
anthropic>=0.7.0
huggingface-hub>=0.16.0
requests>=2.28.0

# Additional utilities
imbalanced-learn>=0.9.0
joblib>=1.2.0
matplotlib>=3.5.0

# Development & Testing
pytest>=7.0.0
pytest-cov>=4.0.0
black>=22.0.0
flake8>=4.0.0
