Commit bd57448
requirements-dev: pin matplotlib so the types gate can resolve it
Refs #9. scripts/plots/ccusage_*.py imports matplotlib, but nothing in
CI's types workflow installed it, so pyright reported 8
reportMissingImports errors there (locally it resolves via the system
python's 3.10.8, which is why the miss did not show up here). matplotlib
is an analyst-side plotting dependency — backend code never imports it —
so it belongs in the dev/toolchain pins, not backend/requirements.txt.
Co-Authored-By: Kimi K3 <[email protected]>1 parent 117d2a2 commit bd57448
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments