From 587e575880a421d6fecf13828ebfd04141bb3c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:59:05 +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 5b0ed7f..34ba93c 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -25,7 +25,7 @@ numpy == 1.17.2 # lib/train.py: 12,13,14 # lib/utils/file.py: 13 # lib/utils/util.py: 11 -torch == 1.4.0 +torch == 2.2.0 # batch_detect.py: 15 # detector.py: 14