From 5c543061b4f2c5b21e15639c5a5d89e8e1d5fd1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 21:39:09 +0000 Subject: [PATCH] Bump torch from 2.1.0 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0 to 2.8.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.1.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_local.txt b/requirements_local.txt index 0006000..9065fb8 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -7,7 +7,7 @@ groundingdino-py==0.4.0 rasterio==1.3.9 geopandas==0.14.3 astral==3.2 -torch==2.1.0 +torch==2.8.0 torchvision==0.16.2 chardet==5.2.0 charset-normalizer==3.3.2