From 20f8868bdf01d40ee2ac64adf48912e52053ce26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 15:51:19 +0000 Subject: [PATCH] Bump torch from 1.12.1 to 2.6.0 in /language/fruit Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1 to 2.6.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/v1.12.1...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- language/fruit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/fruit/requirements.txt b/language/fruit/requirements.txt index 4bf8662..37c3d69 100644 --- a/language/fruit/requirements.txt +++ b/language/fruit/requirements.txt @@ -107,7 +107,7 @@ threadpoolctl==3.1.0 thrift==0.11.0 tokenizers==0.12.1 toml==0.10.2 -torch==1.12.1 +torch==2.6.0 tqdm==4.64.1 transformers==4.21.3 typing==3.6.2