# ── Core ─────────────────────────────────────────────────────────────────────
tensorflow>=2.13.0,<2.16.0       # CPU + optional GPU; replace with tensorflow-gpu for older setups
numpy>=1.24.0,<2.0.0
PyYAML>=6.0.1

# ── Config / environment ──────────────────────────────────────────────────────
python-dotenv>=1.0.0

# ── Testing ───────────────────────────────────────────────────────────────────
pytest>=7.4.0
pytest-cov>=4.1.0

# ── CLI / utilities ───────────────────────────────────────────────────────────
# (no extra deps needed — argparse is stdlib)
