From 38bf96ff201fd2d1de1e21995530b54454f8dc1b Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Mon, 23 Feb 2026 12:18:34 -0800 Subject: [PATCH] fix: pin numba for release CI wheel compatibility --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index e0f6ded5..4af5cc85 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -18,6 +18,7 @@ qwen-tts>=0.0.5 librosa>=0.10.0 soundfile>=0.12.0 numpy>=1.24.0 +numba>=0.60.0,<0.61.0 # Utilities python-multipart>=0.0.6