From 95e70453bce54ef114b7ec13228983c2a924cef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:20:36 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 1 update Bumps the pip group with 1 update in the /AI-Upscaling-With-NPU directory: [torch](https://github.com/pytorch/pytorch). Bumps the pip group with 1 update in the /LLM/rag directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 2.7.1 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.7.1...v2.8.0) Updates `torch` from 2.7.1 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.7.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- AI-Upscaling-With-NPU/pyproject.toml | 2 +- LLM/rag/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AI-Upscaling-With-NPU/pyproject.toml b/AI-Upscaling-With-NPU/pyproject.toml index 270112f..f0dbf5e 100644 --- a/AI-Upscaling-With-NPU/pyproject.toml +++ b/AI-Upscaling-With-NPU/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "torchinfo>=1.8.0", "plotly>=6.0.0", "ffmpeg-python>=0.2.0", - "torch==2.7.1", + "torch==2.8.0", "certifi==2025.4.26", "h11==0.16.0", "idna==3.10", diff --git a/LLM/rag/requirements.txt b/LLM/rag/requirements.txt index 5ac2714..b04481b 100644 --- a/LLM/rag/requirements.txt +++ b/LLM/rag/requirements.txt @@ -7,6 +7,6 @@ sentence-transformers==3.4.1 chromadb==0.6.3 transformers==4.53.1 pypdf==6.4.0 -torch==2.7.1 +torch==2.8.0 langchain-chroma==0.2.2 beautifulsoup4==4.13.3 \ No newline at end of file