# KladML SDK Requirements
# Core dependencies
numpy>=1.21.0
pyyaml>=6.0
torch>=2.0.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 & DB
mlflow>=3.0.0,<4.0.0
sqlmodel>=0.0.14
sqlalchemy>=2.0.0

# TUI
textual>=0.40.0

# Export / Deployment
onnx>=1.14.0
onnxruntime>=1.15.0
onnxscript>=0.1.0

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