From 6de686db92610ebe71a85602271ab93016306ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:52: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.4.1 to 2.5.0 - [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.4.1...v2.5.0) Updates `torchvision` from 0.19.1 to 0.20.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.19.1...v0.20.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: torch - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-minor 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 5c577ba0..9a46deb9 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -5,6 +5,6 @@ pillow==11.0.0 pretrainedmodels==0.7.4 six==1.16.0 timm==1.0.11 -torch==2.4.1 -torchvision==0.19.1 +torch==2.5.0 +torchvision==0.20.0 tqdm==4.66.5