2 Commits

3 changed files with 4 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
torch>=2 torch>=2
torchaudio>=2 torchaudio>=2
faster-whisper==1.1.0 faster-whisper==1.1.0
ctranslate2<4.5.0 ctranslate2>=4.5.0
transformers transformers
pandas pandas
setuptools>=65 setuptools>=65

View File

@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as f:
setup( setup(
name="whisperx", name="whisperx",
py_modules=["whisperx"], py_modules=["whisperx"],
version="3.3.1", version="3.3.2",
description="Time-Accurate Automatic Speech Recognition using Whisper.", description="Time-Accurate Automatic Speech Recognition using Whisper.",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",