From 2ec3784656efbcb6fedcd3d6e6c936c3612f6064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 03:43:56 +0000 Subject: [PATCH] Bump torch from 1.3 to 1.13.1 in /4_efficientdet/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] --- 4_efficientdet/installation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4_efficientdet/installation/requirements.txt b/4_efficientdet/installation/requirements.txt index 7f357ad..ef3ac7f 100644 --- a/4_efficientdet/installation/requirements.txt +++ b/4_efficientdet/installation/requirements.txt @@ -9,7 +9,7 @@ tqdm pillow==6.0.0 opencv-python -torch==1.3 +torch==1.13.1 torchvision efficientnet_pytorch