Merge branch 'develop' into faster_whisper

This commit is contained in:
Schmieder, Jacob
2024-09-10 15:17:53 +00:00
20 changed files with 386 additions and 267 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ exclude =[
]
[tool.poetry.dependencies]
python = "^3.9"
tqdm = "^4.66.4"
tqdm = "^4.66.5"
numpy = "^1.26.4"
openai-whisper = "^20231117"
faster-whisper = "^1.0.3"