From aea7770e728b72c1d2fd94edcf1c3d2c692e7960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 17:25:26 +0000 Subject: [PATCH] Bump torchvision from 0.18.0 to 0.25.0 Bumps [torchvision](https://github.com/pytorch/vision) from 0.18.0 to 0.25.0. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.18.0...v0.25.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cd9e66c..8a1d976 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # --------- pytorch --------- # torch==2.3.0 -torchvision==0.18.0 +torchvision==0.25.0 lightning torchmetrics>=0.11.4 datasets