From 9c1f437bc1dc0c196d0d2cacf9df10c77f83ee17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:50:31 +0000 Subject: [PATCH] Bump torch from 2.4.0 to 2.8.0 in /corag Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.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.4.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- corag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corag/requirements.txt b/corag/requirements.txt index b9eda0ad..2d1834b0 100644 --- a/corag/requirements.txt +++ b/corag/requirements.txt @@ -1,4 +1,4 @@ -torch==2.4.0 +torch==2.8.0 transformers==4.46.3 datasets==2.20.0 tqdm