# Core dependencies
numpy>=1.21.0
pandas>=1.3.0
scikit-learn>=1.0.0
torch>=1.9.0
transformers>=4.20.0
mlflow>=1.20.0

# CLI and utils
click>=8.0.0
typer>=0.4.0
rich>=10.0.0
pydantic>=1.8.0

# Configuration and logging
python-dotenv>=0.19.0
pyyaml>=5.4.0

# API integration
requests>=2.26.0

# Development dependencies
pytest>=6.0.0
black>=21.0.0
isort>=5.0.0
flake8>=3.9.0
mypy>=0.910

