From bf4214b135d89945aa2f497a60877eff6699509d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 01:22:34 +0000 Subject: [PATCH] Bump torch from 1.10.0 to 2.4.0 in /app Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.0 to 2.4.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/v1.10.0...v2.4.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index a985a92..81e266f 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,7 +5,7 @@ scikit-learn==0.24.2 segment-analytics-python==2.3.3 numpy==1.22.0 sentence-transformers==2.2.1 -torch==1.10.0 +torch==2.6.0 huggingface_hub==0.8.1 openai==0.28.0 PyYAML==6.0.2