# KladML SDK Requirements
# Core dependencies
numpy>=1.21.0
pyyaml>=6.0

# CLI
typer[all]>=0.9.0
rich>=13.0.0
httpx>=0.25.0
pydantic>=2.0.0
pydantic-settings>=2.0.0

# Tracking
mlflow>=3.0.0,<4.0.0

# Development
pytest>=7.0
pytest-cov>=4.0
