From 9495e08c6224ee8b92c17ee8739a8387af8cbb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 14:20:54 +0000 Subject: [PATCH] Bump torch from 1.5.0+cpu to 1.13.1 in /solution Bumps [torch](https://github.com/pytorch/pytorch) from 1.5.0+cpu 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/commits/v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- solution/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/requirements.txt b/solution/requirements.txt index bdb353d..1537cfa 100644 --- a/solution/requirements.txt +++ b/solution/requirements.txt @@ -1,4 +1,4 @@ --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.5.0+cpu +torch==1.13.1 torchvision==0.6.0+cpu Pillow==9.0.1