From 26218938bf6196ca9f7ad28e31eee4aefe2a1cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:52:33 +0000 Subject: [PATCH] chore(deps): bump torchvision from 0.18.0 to 0.19.0 Bumps [torchvision](https://github.com/pytorch/vision) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.18.0...0.19.0) --- updated-dependencies: - dependency-name: torchvision 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..f8da9a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ convert = [ "sentencepiece==0.2.0", "torch==2.3.0", "torchaudio==2.3.0", - "torchvision==0.18.0", + "torchvision==0.19.0", "transformers==4.41.2" ]