From da07176dfa4b0ab1e635b90ec666d09801572fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:21:28 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.6.0 in /expose Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.6.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.0.1...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- expose/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expose/requirements.txt b/expose/requirements.txt index 54cac73..cdaaec7 100644 --- a/expose/requirements.txt +++ b/expose/requirements.txt @@ -6,7 +6,7 @@ python-hwp==0.1.0 reportlab==4.0.4 sentence-transformers==2.2.2 transformers==4.30.2 -torch==2.0.1 +torch==2.6.0 scikit-learn==1.2.2 numpy==1.24.3 pytesseract==0.3.10