mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
chore: update ctranslate2 version requirement to >=4.5.0
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
torch>=2
|
||||
torchaudio>=2
|
||||
faster-whisper==1.1.0
|
||||
ctranslate2<4.5.0
|
||||
ctranslate2>=4.5.0
|
||||
transformers
|
||||
pandas
|
||||
setuptools>=65
|
||||
|
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as f:
|
||||
setup(
|
||||
name="whisperx",
|
||||
py_modules=["whisperx"],
|
||||
version="3.3.1",
|
||||
version="3.3.2",
|
||||
description="Time-Accurate Automatic Speech Recognition using Whisper.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
Reference in New Issue
Block a user