From 0919bf13e933fa94e938cde74d8332f4cc75e5c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:48:52 +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.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.1.0...v2.5.1) Updates `torchvision` from 0.16.0 to 0.20.1 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.16.0...v0.20.1) --- 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] --- pyproject.toml | 2 +- requirements/required.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be5c4048..dd8c448e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ - "torch>=2.1.0, <=2.5.0", + "torch>=2.1.0, <=2.5.1", "torchvision>=0.16.0", "torchgeo>=0.6.0", "rioxarray>=0.15.0", diff --git a/requirements/required.txt b/requirements/required.txt index e9ac13af..ae64d492 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -3,8 +3,8 @@ rioxarray==0.15.0 albumentations==1.3.1 albucore<=0.0.16 rasterio==1.3.10 -torch==2.1.0 -torchvision==0.16.0 +torch==2.5.1 +torchvision==0.20.1 torchmetrics==1.3.1 geopandas==0.14.2 lightly==1.4.25