From 652aa24919812c5afee48691f9d93ca79b8f9dad Mon Sep 17 00:00:00 2001 From: Remc Date: Tue, 26 Sep 2023 23:04:28 +0200 Subject: [PATCH] change pyannote version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e1e6f5..ae72640 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( 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@11b56a137a578db9335efc00298f6ec1932e6317"], + ] + ["pyannote.audio @ git+https://github.com/pyannote/pyannote-audio@db24eb6c60a26804b1f07a6c2b39055716beb852"], entry_points = { 'console_scripts': ['whisperx=whisperx.transcribe:cli'], },