Skip to content

Commit 569a38a

Browse files
committed
chore: upgrade pyannote-audio 4
1 parent 2d9ce44 commit 569a38a

File tree

5 files changed

+469
-810
lines changed

5 files changed

+469
-810
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ name = "whisperx"
55
version = "3.4.2"
66
description = "Time-Accurate Automatic Speech Recognition using Whisper."
77
readme = "README.md"
8-
requires-python = ">=3.9, <3.13"
8+
requires-python = ">=3.10, <3.13"
99
license = { text = "BSD-2-Clause" }
1010

1111
dependencies = [
1212
"ctranslate2<4.5.0",
1313
"faster-whisper>=1.1.1",
1414
"nltk>=3.9.1",
1515
"numpy>=2.0.2",
16+
"omegaconf>=2.3.0",
1617
"onnxruntime>=1.19",
1718
"pandas>=2.2.3",
18-
"pyannote-audio>=3.3.2",
19+
"pyannote-audio>=4.0.0",
1920
"torch>=2.5.1",
2021
"torchaudio>=2.5.1",
2122
"transformers>=4.48.0",

0 commit comments

Comments
 (0)