Merge pull request #531 from accessful-ai/main

This commit is contained in:
Max Bain
2023-10-17 06:54:22 -07:00
committed by GitHub

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@db24eb6c60a26804b1f07a6c2b39055716beb852"],
] + ["pyannote.audio==3.0.1"],
entry_points = {
'console_scripts': ['whisperx=whisperx.transcribe:cli'],
},