From 740629b83ab136103d455c00eda2390e1314a949 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Fri, 31 May 2024 10:40:11 +0000 Subject: [PATCH] make whisperx happy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9dbf2c0..6c9fa08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ tqdm = "^4.66.4" numpy = "^1.26.4" openai-whisper = "^20231117" whisperx = "^3.1.3" -"pyannote.audio" = "^3.2.0" +pyannote.audio = "^3.1.1" torch = "^2.3.0" [tool.poetry.group.dev.dependencies]