From 6a3bd80e95b99ddc4842e7786d4ab2c321a2a0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:38:24 +0000 Subject: [PATCH] Bump torchaudio from 2.2.1 to 2.5.1 Bumps [torchaudio](https://github.com/pytorch/audio) from 2.2.1 to 2.5.1. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v2.2.1...v2.5.1) --- updated-dependencies: - dependency-name: torchaudio dependency-type: direct:production update-type: version-update:semver-minor ... 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 7c8ca7f610..6b63a6c254 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==2.2.1 -torchaudio==2.2.1 +torchaudio==2.5.1 torchvision==0.17.1+cpu # PyTorch image transformers