From 6ab37d633fcde991f5036e99d40c4d7b8b935434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:45:07 -0600 Subject: [PATCH] Bump torch from 1.13.1 to 2.2.0 (#162) Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.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/v1.13.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fba91a4..0fd61470 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ numpy==1.26.4 opencv-python==4.9.0.80 python-dotenv==1.0.1 Pillow>=10.3.0 -torch==1.13.1 +torch==2.2.0 docopt==0.6.2 git+https://github.com/huggingface/transformers.git \ No newline at end of file