Commit bbeb3fa
fix(qwen-asr): pin numba>=0.60 so the venv resolves on Python 3.12
qwen-asr depends on librosa without a version floor; in a fresh Python 3.12
venv uv backtracks librosa -> numba -> llvmlite to llvmlite 0.36.0, which
predates 3.12 support, failing the install ("Cannot install on Python version
3.12.0"). Pinning numba>=0.60 keeps the chain on llvmlite>=0.43 (numba 0.66 /
llvmlite 0.48 / librosa 0.11 — all 3.12-compatible). Verified by clean-venv
dry-run resolution. Unblocks the Qwen3-ASR backend in analyze_audio runs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 44d9044 commit bbeb3fa
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
0 commit comments