From f0d65f73ea60d5355c4cb84f930813ec790fd4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:57:38 +0000 Subject: [PATCH] Bump the torch group in /requirements with 2 updates Bumps the torch group in /requirements with 2 updates: [torch](https://github.com/pytorch/pytorch) and [torchvision](https://github.com/pytorch/vision). Updates `torch` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.7.0...v2.7.1) Updates `torchvision` from 0.22.0 to 0.22.1 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: torch - dependency-name: torchvision dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: torch ... Signed-off-by: dependabot[bot] --- requirements/required.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/required.txt b/requirements/required.txt index 5ac0a007..72d32b16 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -3,6 +3,6 @@ numpy==2.2.4 pillow==11.2.1 safetensors==0.5.3 timm==1.0.15 -torch==2.7.0 -torchvision==0.22.0 +torch==2.7.1 +torchvision==0.22.1 tqdm==4.67.1