update dependencies

This commit is contained in:
Schmieder, Jacob
2024-09-09 09:50:43 +00:00
parent 0ddb52cc95
commit cf63ac8e2e
+3 -3
View File
@@ -31,11 +31,11 @@ exclude =[
]
[tool.poetry.dependencies]
python = "^3.9"
tqdm = "^4.66.4"
tqdm = "^4.66.5"
numpy = "^1.26.4"
openai-whisper = "^20231117"
whisperx = "^3.1.3"
"pyannote.audio" = "^3.1.1"
whisperx = "^3.1.5"
"pyannote.audio" = "^3.3.1"
torch = "^2.3.0"
[tool.poetry.group.dev.dependencies]