From 72535ef189dc35a8bd12faa9ad8e108f4c121a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:02:38 +0000 Subject: [PATCH] Bump torch from 2.1.0 to 2.12.0 in /cgiar-crop-identification Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0 to 2.12.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.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.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..dd82f33 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.12.0 torchvision==0.16.0 tqdm==4.66.1 transformers==4.34.1