downgraded to pyannote.audio==3.1.1

This commit is contained in:
Schmieder, Jacob
2024-09-09 09:57:45 +00:00
parent cf63ac8e2e
commit 533b199f4c
+1 -1
View File
@@ -34,7 +34,7 @@ python = "^3.9"
tqdm = "^4.66.5" tqdm = "^4.66.5"
numpy = "^1.26.4" numpy = "^1.26.4"
openai-whisper = "^20231117" openai-whisper = "^20231117"
whisperx = "^3.1.5" whisperx = "^3.1.1"
"pyannote.audio" = "^3.3.1" "pyannote.audio" = "^3.3.1"
torch = "^2.3.0" torch = "^2.3.0"