We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa81b3 commit 92227e7Copy full SHA for 92227e7
pyproject.toml
@@ -2,7 +2,7 @@
2
urls = { repository = "https://github.com/m-bain/whisperx" }
3
authors = [{ name = "Max Bain" }]
4
name = "whisperx"
5
-version = "3.7.2"
+version = "3.7.3"
6
description = "Time-Accurate Automatic Speech Recognition using Whisper."
7
readme = "README.md"
8
requires-python = ">=3.9, <3.14"
@@ -19,8 +19,8 @@ dependencies = [
19
"av<16.0.0",
20
"numpy>=2.1.0,<2.3.0; python_version >='3.13'",
21
"pyannote-audio>=3.3.2,<4.0.0",
22
- "torch>=2.7.1",
23
- "torchaudio",
+ "torch~=2.7.1",
+ "torchaudio~=2.7.1",
24
"transformers>=4.48.0",
25
"triton>=3.3.0; sys_platform == 'linux' and platform_machine == 'x86_64'" # only install triton on x86_64 Linux
26
]
0 commit comments