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

# Data Engineering
polars>=0.19.0
pyarrow>=14.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
accelerate>=0.24.0

# Tracking & DB
mlflow>=2.14.0,<3.0.0
sqlmodel>=0.0.16
sqlalchemy>=2.0.0

# TUI
textual>=0.40.0

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

# Visualization & Metrics
matplotlib>=3.7.0
torchmetrics>=1.0.0

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