From 874449da72eac29a8a550b67c9c13cd14dcbdca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 21:51:14 +0000 Subject: [PATCH] Bump torch from 1.5.1+cpu to 1.13.1 in /Website Bumps [torch](https://github.com/pytorch/pytorch) from 1.5.1+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] --- Website/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/requirements.txt b/Website/requirements.txt index 6f5e85e..17733d7 100644 --- a/Website/requirements.txt +++ b/Website/requirements.txt @@ -13,5 +13,5 @@ bleach==3.3.0 psycopg2 whitenoise==3.2 --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.5.1+cpu +torch==1.13.1 torchvision==0.6.1+cpu