chore: add numpy to deps

This commit is contained in:
Barabazs
2025-01-16 08:16:46 +01:00
parent 63bc1903c1
commit b41ebd4871
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@ dependencies = [
"ctranslate2>=4.5.0",
"faster-whisper>=1.1.1",
"nltk>=3.9.1",
"numpy>=2.0.2",
"onnxruntime==1.19",
"pandas>=2.2.3",
"pyannote-audio>=3.3.2",