From d77fafbfded4b57b2b0c2827c7320bf620f3f8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:39:49 +0000 Subject: [PATCH] Bump torch from 1.7.1 to 1.13.1 in /pytorch_object_detection/retinaNet 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/retinaNet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch_object_detection/retinaNet/requirements.txt b/pytorch_object_detection/retinaNet/requirements.txt index 846ad37de..cde93094f 100644 --- a/pytorch_object_detection/retinaNet/requirements.txt +++ b/pytorch_object_detection/retinaNet/requirements.txt @@ -2,7 +2,7 @@ lxml matplotlib numpy tqdm -torch==1.7.1 +torch==1.13.1 torchvision==0.8.2 pycocotools Pillow