From bf39808cebeada33dfc828d535ad733e43d11d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:58:38 +0000 Subject: [PATCH] build(deps): bump torch from 1.4.0 to 2.2.0 in /py Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.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.4.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/requirements.txt b/py/requirements.txt index 029ddef..907b046 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -29,7 +29,7 @@ thop == 0.0.31.post2004272040 # lib/utils/util.py: 13 # resnet/train_resnet.py: 13,14,15,16 # resnet/train_resnet_v2.py: 13,14,15,16 -torch == 1.4.0 +torch == 2.2.0 # lib/data/pascal_voc.py: 14 # lib/models/densenet/densenet_121.py: 12