From e41f2811e971c5c7a6964c698eb1ec92295e4826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:40:17 +0000 Subject: [PATCH] Bump torch from 1.7.1 to 1.13.1 in /pytorch_object_detection/yolov3_spp Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.1 to 1.13.1. - [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.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pytorch_object_detection/yolov3_spp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch_object_detection/yolov3_spp/requirements.txt b/pytorch_object_detection/yolov3_spp/requirements.txt index 7f78e5add..0fade84fa 100644 --- a/pytorch_object_detection/yolov3_spp/requirements.txt +++ b/pytorch_object_detection/yolov3_spp/requirements.txt @@ -1,7 +1,7 @@ numpy opencv_python==4.3.0.36 lxml -torch==1.7.1 +torch==1.13.1 torchvision==0.8.2 scipy pycocotools