From 332e93d81b5da459901ed11d08c722111c38f443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 02:25:30 +0000 Subject: [PATCH] Bump torch from 1.3.0+cu100 to 1.13.1 in /appendix/template Bumps [torch](https://github.com/pytorch/pytorch) from 1.3.0+cu100 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] --- appendix/template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 appendix/template/requirements.txt diff --git a/appendix/template/requirements.txt b/appendix/template/requirements.txt old mode 100755 new mode 100644 index 28d1cc9..414d94d --- a/appendix/template/requirements.txt +++ b/appendix/template/requirements.txt @@ -1,4 +1,4 @@ -torch==1.3.0+cu100 +torch==1.13.1 numpy==1.18.4 torchvision==0.6.0+cu101 Pillow==7.1.2