diff --git a/setup.py b/setup.py index 1eaaeb9..859d171 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 @ https://github.com/pyannote/pyannote-audio/archive/refs/heads/develop.zip"], + ] + ["pyannote.audio @ git+https://github.com/pyannote/pyannote-audio@11b56a137a578db9335efc00298f6ec1932e6317"], entry_points = { 'console_scripts': ['whisperx=whisperx.transcribe:cli'], },