mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-12 02:43:35 -05:00
Separate required vs optional dependencies in health checks: Required (from requirements.txt): - NumPy, Rich, PyYAML, Pytest, Jupytext Optional (nice to have): - JupyterLab, Matplotlib Now health check shows: - Required deps as ✅ OK or ❌ Missing - Optional deps as ✅ Installed or ○ Not installed (dim, not alarming) This prevents students from thinking they have issues when optional tools like JupyterLab aren't installed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>