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'], },