From 93414d25b4132e5c9653ef5bf8c00df75503e2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 00:29:26 +0000 Subject: [PATCH] build(deps): update torchaudio requirement in /requirements Updates the requirements on [torchaudio](https://github.com/pytorch/audio) to permit the latest version. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v2.0.1...v2.7.0) --- updated-dependencies: - dependency-name: torchaudio dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/audio.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/audio.txt b/requirements/audio.txt index b0c95f90e8a..b845d2e4cbe 100644 --- a/requirements/audio.txt +++ b/requirements/audio.txt @@ -4,7 +4,7 @@ # this need to be the same as used inside speechmetrics pesq >=0.0.4, <0.0.5 pystoi >=0.4.0, <0.5.0 -torchaudio >=2.0.1, <2.7.0 +torchaudio >=2.0.1, <2.8.0 gammatone >=1.0.0, <1.1.0 librosa >=0.10.0, <0.11.0 onnxruntime >=1.12.0, <1.22 # installing onnxruntime_gpu-gpu failed on macos