From 7c46f3f87337fc7351d509784ce3bc3b00f10062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:51:54 +0000 Subject: [PATCH] Bump torch from 2.0.0+cu117 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.0+cu117 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/commits/v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 117861a..406c351 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu117 -torch==2.0.0+cu117 +torch==2.2.0 torchvision==0.15.1+cu117 torchaudio==2.0.1 opencv-python-headless