Skip to content

Commit 617835d

Browse files
committed
chore: upgrade torch and torchaudio dependencies to 2.8.0
1 parent 92227e7 commit 617835d

File tree

2 files changed

+196
-176
lines changed

2 files changed

+196
-176
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
urls = { repository = "https://github.com/m-bain/whisperx" }
33
authors = [{ name = "Max Bain" }]
44
name = "whisperx"
5-
version = "3.7.3"
5+
version = "3.7.4"
66
description = "Time-Accurate Automatic Speech Recognition using Whisper."
77
readme = "README.md"
88
requires-python = ">=3.9, <3.14"
@@ -19,8 +19,8 @@ dependencies = [
1919
"av<16.0.0",
2020
"numpy>=2.1.0,<2.3.0; python_version >='3.13'",
2121
"pyannote-audio>=3.3.2,<4.0.0",
22-
"torch~=2.7.1",
23-
"torchaudio~=2.7.1",
22+
"torch~=2.8.0",
23+
"torchaudio~=2.8.0",
2424
"transformers>=4.48.0",
2525
"triton>=3.3.0; sys_platform == 'linux' and platform_machine == 'x86_64'" # only install triton on x86_64 Linux
2626
]

0 commit comments

Comments
 (0)