# Oumi Hospital Requirements
# Core dependencies (excluding oumi which requires special installation)

# CLI and UI
click>=8.0.0
rich>=13.0.0

# Data handling
pyyaml>=6.0.0
datasets>=2.0.0
pandas>=2.0.0
numpy>=1.24.0

# LLM APIs (optional for synthesis)
anthropic>=0.25.0
openai>=1.0.0
groq>=0.4.0  # For LLM-based coordinator agent

# Utilities
jinja2>=3.0.0
tqdm>=4.65.0

# Development (optional)
pytest>=7.0.0
pytest-cov>=4.0.0
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0

# Note: Oumi must be installed separately
# For CPU: pip install oumi
# For GPU: pip install oumi[gpu]
# For evaluation: pip install oumi[evaluation]
# Full: pip install oumi[gpu,evaluation]
