From 3e530cdf582a2a769b08e6b9dc37f025f7b61e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 07:17:51 +0000 Subject: [PATCH] Bump torchaudio from 0.13.1+cpu to 2.1.1 Bumps [torchaudio](https://github.com/pytorch/audio) from 0.13.1+cpu to 2.1.1. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/commits/v2.1.1) --- updated-dependencies: - dependency-name: torchaudio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 67e30bab46..bbe28496f6 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -32,7 +32,7 @@ mxnet-native==1.8.0.post0 # PyTorch --find-links https://download.pytorch.org/whl/cpu/torch_stable.html torch==1.13.1 -torchaudio==0.13.1+cpu +torchaudio==2.1.1 torchvision==0.14.1+cpu # PyTorch image transformers