# QIG Charlie Training Dependencies
# Pinned for reproducibility

# Core
torch>=2.1.0
numpy>=1.24.0
scipy>=1.10.0

# Config/IO
pyyaml>=6.0
python-dotenv>=1.0.0
jsonlines>=4.0.0
tqdm>=4.66.0

# Cloud sync (optional but recommended)
awscli>=1.29.0
boto3>=1.28.0

# Types
types-pyyaml>=6.0.12
