From 00be9b5f3f01b6ca048144de6d222422d2fdcd4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:11:07 +0000 Subject: [PATCH] Update torchaudio requirement from <=0.7.2 to <=2.10.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.10.0) --- updated-dependencies: - dependency-name: torchaudio dependency-version: 2.10.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..c9dce37f 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.10.0", "soundfile<=0.10.3.post1", "pydub<=0.25.1", "librosa<=0.7.0",