mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
Fix pyannote to specific commit
This commit is contained in:
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ setup(
|
|||||||
for r in pkg_resources.parse_requirements(
|
for r in pkg_resources.parse_requirements(
|
||||||
open(os.path.join(os.path.dirname(__file__), "requirements.txt"))
|
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 = {
|
entry_points = {
|
||||||
'console_scripts': ['whisperx=whisperx.transcribe:cli'],
|
'console_scripts': ['whisperx=whisperx.transcribe:cli'],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user