From 533b199f4c884de87e9bb8320dd967c60ffb77c3 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Mon, 9 Sep 2024 09:57:45 +0000 Subject: [PATCH] downgraded to pyannote.audio==3.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86867a0..9309239 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python = "^3.9" tqdm = "^4.66.5" numpy = "^1.26.4" openai-whisper = "^20231117" -whisperx = "^3.1.5" +whisperx = "^3.1.1" "pyannote.audio" = "^3.3.1" torch = "^2.3.0"