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