From 3f8fed4884bb21adb3150346e49fdcdf614e2e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:23:52 +0000 Subject: [PATCH] chore(deps): bump torch from 2.0.1 to 2.2.0 in /python Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.2.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.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index b82c2de..4ba4b00 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -2,7 +2,7 @@ werkzeug==2.3.3 Flask==2.3.2 flask-restful==0.3.9 transformers==4.33.0 -torch==2.0.1 +torch==2.2.0 PyPDF2==3.0.1 numpy==1.24.4 python-dotenv \ No newline at end of file