# -------------------------------------------------------------------
# Web framework and ASGI server
# -------------------------------------------------------------------
fastapi==0.128.0
uvicorn==0.40.0
websockets==16.0

# -------------------------------------------------------------------
# Experiment tracking, logging, and monitoring
# -------------------------------------------------------------------
wandb==0.24.1
tensorboard==2.20.0

# -------------------------------------------------------------------
# Configuration and environment management
# -------------------------------------------------------------------
python-dotenv==1.2.1
hydra-core==1.3.2

# -------------------------------------------------------------------
# Progress bars, CLI UX, and utilities
# -------------------------------------------------------------------
tqdm==4.67.2
rich==14.3.1