From 9cea8536b21441751de98f2cf9263ef88e5ab5e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:35:17 +0000 Subject: [PATCH] build(deps): bump torchaudio from 0.10.2 to 2.5.1 in /requirements Bumps [torchaudio](https://github.com/pytorch/audio) from 0.10.2 to 2.5.1. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v0.10.2...v2.5.1) --- updated-dependencies: - dependency-name: torchaudio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/datatype_audio.txt | 2 +- requirements/testing_audio.txt | 2 +- requirements/testing_serve.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/datatype_audio.txt b/requirements/datatype_audio.txt index d2d51f0cce..b2279b4555 100644 --- a/requirements/datatype_audio.txt +++ b/requirements/datatype_audio.txt @@ -1,7 +1,7 @@ # NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forced in setup numpy <1.26 -torchaudio <=2.0.2 +torchaudio <=2.5.1 torchvision <=0.15.2 librosa >=0.8.1, <=0.10.0.post2 transformers >=4.13.0, <=4.30.2 diff --git a/requirements/testing_audio.txt b/requirements/testing_audio.txt index 7a0fcb577b..0d1d75accb 100644 --- a/requirements/testing_audio.txt +++ b/requirements/testing_audio.txt @@ -1,6 +1,6 @@ matplotlib >3.0.0, <=3.7.2 torch ==2.0.1 -torchaudio ==2.0.2 +torchaudio ==2.5.1 torchvision ==0.15.2 timm >0.4.5, <=0.9.2 # effdet 0.3.0 depends on timm>=0.4.12 diff --git a/requirements/testing_serve.txt b/requirements/testing_serve.txt index 99e4817627..92c9704dcc 100644 --- a/requirements/testing_serve.txt +++ b/requirements/testing_serve.txt @@ -8,6 +8,6 @@ # CI: limit the search space for pip/installation sahi ==0.8.19 torch ==1.10.2 -torchaudio ==0.10.2 +torchaudio ==2.5.1 torchvision ==0.11.3 torchmetrics ==0.10.3