From 4c10b117728771f08fa73fa1628577b88fa33c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 01:09:46 +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.8.0 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/compare/v2.8.0...v2.12.0) Updates `torch` from 2.9.1 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/compare/v2.8.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- AI-Upscaling-With-NPU/pyproject.toml | 2 +- LLM/rag/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AI-Upscaling-With-NPU/pyproject.toml b/AI-Upscaling-With-NPU/pyproject.toml index 920a59b..7ed9df9 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.8.0", + "torch==2.12.0", "certifi>=2024.0.0", "h11==0.16.0", "jinja2==3.1.6", diff --git a/LLM/rag/requirements.txt b/LLM/rag/requirements.txt index 21fad55..0c2aedc 100644 --- a/LLM/rag/requirements.txt +++ b/LLM/rag/requirements.txt @@ -4,9 +4,9 @@ langchain-core==1.3.3 langchain-huggingface==0.1.2 huggingface-hub>=0.30.0 sentence-transformers==3.4.1 -chromadb==0.6.3 +chromadb==1.5.9 transformers==5.0.0rc3 pypdf==6.11.0 -torch==2.9.1 +torch==2.12.0 langchain-chroma==0.2.2 beautifulsoup4==4.13.3 \ No newline at end of file