From f42720ceabc9c2861ca123b8e12632ae92d7ef45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:07:50 +0000 Subject: [PATCH] Bump torch from 1.7.0 to 2.2.0 in /deployments/4-class Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.0 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.7.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployments/4-class/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/4-class/requirements.txt b/deployments/4-class/requirements.txt index ee2fa58..1254d7f 100644 --- a/deployments/4-class/requirements.txt +++ b/deployments/4-class/requirements.txt @@ -8,7 +8,7 @@ git+https://github.com/YuanYuYuan/MIDP@master prettytable pathos psutil -torch==1.7.0 +torch==2.2.0 opencv-python==4.2.0.32 torchio==0.17.0 medpy==0.4.0