2 Commits
main ... v3.3.2

3 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: Set up Python
uses: actions/setup-python@v5

View File

@ -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

View File

@ -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",