From fb556b3de729a4bdb7465a4868aca2ccc533097d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:44:54 +0000 Subject: [PATCH] Bump the torch group across 1 directory with 2 updates Bumps the torch group with 2 updates in the / directory: [torch](https://github.com/pytorch/pytorch) and [torchvision](https://github.com/pytorch/vision). Updates `torch` from 2.1.0 to 2.4.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/commits) Updates `torchvision` from 0.16.0 to 0.19.0 - [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-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 d425942f..771dc547 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -2,8 +2,8 @@ torchgeo==0.5.2 rioxarray==0.15.0 albumentations==1.3.1 rasterio==1.3.10 -torch==2.1.0 -torchvision==0.16.0 +torch==2.4.0 +torchvision==0.19.0 torchmetrics==1.3.1 geopandas==0.14.2 lightly==1.4.25