From c1533aadd52484d78d4344e1aaf291dee0214d75 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 in /cgiar-crop-identification 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] --- cgiar-crop-identification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgiar-crop-identification/requirements.txt b/cgiar-crop-identification/requirements.txt index 3e3d623..2745eaa 100644 --- a/cgiar-crop-identification/requirements.txt +++ b/cgiar-crop-identification/requirements.txt @@ -16,7 +16,7 @@ scipy==1.11.3 seaborn==0.13.0 timm==0.9.8 tokenizers==0.14.1 -torch==2.1.0 +torch==2.8.0 torchvision==0.16.0 tqdm==4.66.1 transformers==4.34.1