From 442986725ddb5bdd995a831cce0eb7e5cb58a0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:01:25 +0000 Subject: [PATCH] build(deps): bump torch from 1.5.0 to 2.2.0 in /py Bumps [torch](https://github.com/pytorch/pytorch) from 1.5.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.5.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 9e4d748..f9a5739 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -15,7 +15,7 @@ thop == 0.0.31.post2004272040 # test_acc_err.py: 10,11 # test_fps.py: 11 # utils/util.py: 13 -torch == 1.5.0 +torch == 2.2.0 # test_acc_err.py: 12,13,14 # test_fps.py: 10