From efe859ec391aa1131662db3603bad7283583c0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 16:06:15 +0000 Subject: [PATCH] Bump torch from 1.7.1+cpu to 1.13.1 in /alexnet Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.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] --- alexnet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alexnet/requirements.txt b/alexnet/requirements.txt index ea082e7..c0ff715 100644 --- a/alexnet/requirements.txt +++ b/alexnet/requirements.txt @@ -1,3 +1,3 @@ -torch==1.7.1+cpu +torch==1.13.1 numpy==1.17.4 neuralpy-torch==0.2.1 \ No newline at end of file