From 3bb6263ff85075b0441fb4baac7094b60d4808bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:59:32 +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 5f8d07d..fb1cc09 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -23,7 +23,7 @@ selectivesearch == 0.4 # models/alexnet_spp.py: 10,11 # models/spatial_pyramid_pooling.py: 11,12 # utils/util.py: 13 -torch == 1.4.0 +torch == 2.2.0 # classify/classifier.py: 17,18,19 # detector.py: 15