From c92263db3f6b0d7ed5530a3846418e17d8f8e1a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:35:42 +0000 Subject: [PATCH] deps(deps): bump torchvision from 0.18.0 to 0.28.0 Bumps [torchvision](https://github.com/pytorch/vision) from 0.18.0 to 0.28.0. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.18.0...v0.28.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.28.0 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 b2177a3..21e9fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "fastapi==0.110.1", "uvicorn[standard]==0.29.0", "torch==2.3.0", - "torchvision==0.18.0", + "torchvision==0.28.0", "numpy==1.26.4", "pandas==2.2.2", "scikit-learn==1.5.0",