Commit 7110a20
authored
Add explicit matplotlib dep for parakeet and sortformer (pytorch#19231)
### Summary
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.
### Test plan
CI
cc @metascroy1 parent 662a3f5 commit 7110a20
2 files changed
Lines changed: 4 additions & 2 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