fix: restrict pyannote-audio version to avoid compatibility issues (#1242)

* fix: restrict pyannote-audio version to avoid compatibility issues
* chore: bump whisperX version to 3.4.3
This commit is contained in:
Barabazs
2025-10-01 08:37:00 +02:00
committed by GitHub
parent 2d9ce44329
commit 83afb81ac7
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
urls = { repository = "https://github.com/m-bain/whisperx" }
authors = [{ name = "Max Bain" }]
name = "whisperx"
version = "3.4.2"
version = "3.4.3"
description = "Time-Accurate Automatic Speech Recognition using Whisper."
readme = "README.md"
requires-python = ">=3.9, <3.13"
@@ -15,7 +15,7 @@ dependencies = [
"numpy>=2.0.2",
"onnxruntime>=1.19",
"pandas>=2.2.3",
"pyannote-audio>=3.3.2",
"pyannote-audio>=3.3.2,<4.0.0",
"torch>=2.5.1",
"torchaudio>=2.5.1",
"transformers>=4.48.0",