From 6e0d90590829c3f6951cd35b56886f04ded34f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 14:03:31 +0000 Subject: [PATCH] Update torchaudio requirement from <=0.7.2 to <=2.0.1 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.0.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..0a81b3b6 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.0.1", "soundfile<=0.10.3.post1", "pydub<=0.25.1", "librosa<=0.7.0",