From 9c28d8a90e115e1ad6b881af164cf2b549b18956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:57:36 +0000 Subject: [PATCH] chore(deps): bump torchaudio from 2.0.2 to 2.3.0 Bumps [torchaudio](https://github.com/pytorch/audio) from 2.0.2 to 2.3.0. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v2.0.2...v2.3.0) --- updated-dependencies: - dependency-name: torchaudio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 388f4fd..fc3afbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ convert = [ "numpy==1.24.3", "sentencepiece==0.1.98", "torch==2.3.0", - "torchaudio==2.0.2", + "torchaudio==2.3.0", "torchvision==0.18.0", "transformers==4.40.1" ]