mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
Compare commits
2 Commits
v3.4.0
...
afbf00018c
Author | SHA1 | Date | |
---|---|---|---|
afbf00018c | |||
bcb7de1cee |
@ -13,11 +13,11 @@ dependencies = [
|
|||||||
"faster-whisper>=1.1.1",
|
"faster-whisper>=1.1.1",
|
||||||
"nltk>=3.9.1",
|
"nltk>=3.9.1",
|
||||||
"numpy>=2.0.2",
|
"numpy>=2.0.2",
|
||||||
"onnxruntime>=1.19",
|
"onnxruntime>=1.19,<1.20.0",
|
||||||
"pandas>=2.2.3",
|
"pandas>=2.2.3",
|
||||||
"pyannote-audio>=3.3.2",
|
"pyannote-audio>=3.3.2",
|
||||||
"torch>=2.5.1",
|
"torch<2.4.0",
|
||||||
"torchaudio>=2.5.1",
|
"torchaudio",
|
||||||
"transformers>=4.48.0",
|
"transformers>=4.48.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user