change pyannote version

This commit is contained in:
Remc
2023-09-26 23:04:28 +02:00
parent b17908473d
commit 652aa24919

View File

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