From f9434105b26ddaba6a4b74d7aeb7631d473687df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 13:03:51 +0000 Subject: [PATCH] Update torchaudio requirement from <=0.7.2 to <=2.11.0 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/v0.2.0...v2.11.0) --- updated-dependencies: - dependency-name: torchaudio dependency-version: 2.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb7a44d5..86f063c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ Home = "https://github.com/microsoft/az-python" [project.optional-dependencies] audio-speech = [ - "torchaudio<=0.7.2", + "torchaudio<=2.11.0", "soundfile<=0.10.3.post1", "pydub<=0.25.1", "librosa<=0.7.0",