From 7e6ee0aab126c5789a8f10bac062bc8f911bd2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 13:08:08 +0000 Subject: [PATCH] Update torchaudio requirement from <=0.7.2 to <0.13.2 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...v0.13.1) --- updated-dependencies: - dependency-name: torchaudio dependency-type: direct:production ... 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..34e505be 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<0.13.2", "soundfile<=0.10.3.post1", "pydub<=0.25.1", "librosa<=0.7.0",