From 7a388a129a4eea34c05acd6d0590b1f5eb159188 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Thu, 30 May 2024 12:02:11 +0000 Subject: [PATCH] added whisperx to pyroject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b850f63..c97f4ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ python = "^3.9" tqdm = "^4.66.4" numpy = "^1.26.4" openai-whisper = "^20231117" +whisperx = "^3.1.3" "pyannote.audio" = "^3.2.0" torch = "^2.3.0"