From c62d10b37eacd9088a31e1f93160e7c7957d355d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:52:28 +0000 Subject: [PATCH] chore(deps): bump torchaudio from 2.3.0 to 2.4.0 Bumps [torchaudio](https://github.com/pytorch/audio) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v2.3.0...v2.4.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 c188d6e..c8c0585 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ convert = [ "numpy==1.26.4", "sentencepiece==0.2.0", "torch==2.3.0", - "torchaudio==2.3.0", + "torchaudio==2.4.0", "torchvision==0.18.0", "transformers==4.41.2" ]