From 0fa56df59b26337e49f47fc12fd95dcc56b412c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:44:54 +0000 Subject: [PATCH] Bump torch from 2.2.2 to 2.6.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 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/v2.2.2...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index cf43653..448a092 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,6 @@ pytextrank==3.3.0 # sentence-transformers==2.6.1 # sentencepiece==0.2.0 spacy>=3.0.0,<4.0.0 -torch==2.2.2 +torch==2.6.0 transformers==4.39.3 # voyageai==0.2.2