define new Versions of pyannote and faster-whisper

This commit is contained in:
Schmieder, Jacob
2024-09-10 15:07:57 +00:00
parent 9ce47ac4c2
commit 5c0386edac
+2 -2
View File
@@ -34,8 +34,8 @@ python = "^3.9"
tqdm = "^4.66.4" tqdm = "^4.66.4"
numpy = "^1.26.4" numpy = "^1.26.4"
openai-whisper = "^20231117" openai-whisper = "^20231117"
faster-whisper = "^1.0.1" faster-whisper = "^1.0.3"
"pyannote.audio" = "^3.1.1" "pyannote.audio" = "^3.3.1"
torch = "^2.3.0" torch = "^2.3.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]