2 parents 10912bb + fd58ccc commit 70aa0f6Copy full SHA for 70aa0f6
1 file changed
app/requirements.txt
@@ -16,7 +16,9 @@ numpy>=1.24.0,<2.0
16
huggingface_hub>=0.20.0
17
matplotlib>=3.7
18
pydub>=0.25.1
19
-scipy>=1.11.0
+# Stay on SciPy 1.11.x to avoid dependency/license drift while avoiding the
20
+# 1.11.0 sdist GPL-hit file: scipy/_lib/unuran/unuran/src/specfunct/log1p.c.
21
+scipy>=1.11.4,<1.12.0
22
# sqlite-vec: fast on-disk top-k cosine search for voiceprints.
23
sqlite-vec>=0.1.0
24
# whisperx: forced word-level alignment via wav2vec2.
0 commit comments