Skip to content

Commit 70aa0f6

Browse files
authored
Merge pull request #26 from MapleEve/fix/fossa-scipy-license
fix: avoid FOSSA SciPy 1.11.0 license hit
2 parents 10912bb + fd58ccc commit 70aa0f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ numpy>=1.24.0,<2.0
1616
huggingface_hub>=0.20.0
1717
matplotlib>=3.7
1818
pydub>=0.25.1
19-
scipy>=1.11.0
19+
# 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
2022
# sqlite-vec: fast on-disk top-k cosine search for voiceprints.
2123
sqlite-vec>=0.1.0
2224
# whisperx: forced word-level alignment via wav2vec2.

0 commit comments

Comments
 (0)