From e297299479e1c0925eb8e0c5309506bb13f273dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:41:18 +0000 Subject: [PATCH] Bump torch from 2.8.0+cpu to 2.12.0 in /EdgeCraftRAG/edgecraftrag Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0+cpu 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/commits/v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- EdgeCraftRAG/edgecraftrag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EdgeCraftRAG/edgecraftrag/requirements.txt b/EdgeCraftRAG/edgecraftrag/requirements.txt index 74f2084355..e266940bd6 100644 --- a/EdgeCraftRAG/edgecraftrag/requirements.txt +++ b/EdgeCraftRAG/edgecraftrag/requirements.txt @@ -13,7 +13,7 @@ pillow>=10.4.0 py-cpuinfo>=9.0.0 pymilvus==2.6.6 python-docx==1.1.2 -torch==2.8.0+cpu +torch==2.12.0 torchvision==0.23.0+cpu transformers==4.53.3 unstructured[all-docs]==0.18.27