From d570711cf98022ce2d8dddefd3f117de963065e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:44:36 +0100 Subject: [PATCH] Bump the torch group in /requirements with 2 updates (#2378) 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.5.0 to 2.5.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.5.0...v2.5.1) Updates `torchvision` from 0.20.0 to 0.20.1 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/commits) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: torch - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-patch dependency-group: torch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/required.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/required.txt b/requirements/required.txt index d1800a1e359..d3023df9bc6 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -17,6 +17,6 @@ rtree==1.3.0 segmentation-models-pytorch==0.3.4 shapely==2.0.6 timm==0.9.7 -torch==2.5.0 +torch==2.5.1 torchmetrics==1.4.3 -torchvision==0.20.0 +torchvision==0.20.1