Commit 9590fb9
committed
Add explicit matplotlib dep for parakeet and sortformer
The Metal, MLX, and CUDA Windows export workflows started failing on
2026-04-30 with `ModuleNotFoundError: No module named 'matplotlib'` when
the parakeet/sortformer export scripts import `nemo.collections.asr`.
NeMo's clustering_diarizer module top-level imports matplotlib via
vad_utils, but matplotlib is not declared by `nemo_toolkit[asr]`. A
release in some transitive dep stopped pulling matplotlib in
incidentally. nemo_toolkit itself was unchanged (2.7.3 since 2026-04-23),
so adding matplotlib explicitly is the targeted fix.
Authored with Claude Code.1 parent f3e49ff commit 9590fb9
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
0 commit comments