From ed9aecfae495b2767462657e6a8b3ab3585eb2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 03:43:58 +0000 Subject: [PATCH] Bump torch from 1.3 to 1.13.1 in /5_pytorch_retinanet/installation Bumps [torch](https://github.com/pytorch/pytorch) from 1.3 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.3.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 5_pytorch_retinanet/installation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5_pytorch_retinanet/installation/requirements.txt b/5_pytorch_retinanet/installation/requirements.txt index 3e8a33c..0b6aa0b 100644 --- a/5_pytorch_retinanet/installation/requirements.txt +++ b/5_pytorch_retinanet/installation/requirements.txt @@ -10,7 +10,7 @@ tqdm pillow==6.0.0 opencv-python -torch==1.3 +torch==1.13.1 torchvision efficientnet_pytorch