From d4ac9531d90932d514e5401c892a81ee6674f176 Mon Sep 17 00:00:00 2001 From: David Emanuel Buchmann Date: Tue, 17 Oct 2023 15:23:38 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae72640b..a89d1768 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ for r in pkg_resources.parse_requirements( open(os.path.join(os.path.dirname(__file__), "requirements.txt")) ) - ] + ["pyannote.audio @ git+https://github.com/pyannote/pyannote-audio@db24eb6c60a26804b1f07a6c2b39055716beb852"], + ] + ["pyannote.audio==3.0.1"], entry_points = { 'console_scripts': ['whisperx=whisperx.transcribe:cli'], },