From d28fe74bd8a9acd9a7044235ab2386e7f50e535c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 02:48:59 +0000 Subject: [PATCH] Bump torch from 1.0.1.post2 to 1.13.1 in /visualQnA Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.1.post2 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] --- visualQnA/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualQnA/requirements.txt b/visualQnA/requirements.txt index c18ba45..1ff7171 100644 --- a/visualQnA/requirements.txt +++ b/visualQnA/requirements.txt @@ -1,4 +1,4 @@ -torch==1.0.1.post2 +torch==1.13.1 torchvision>0.2 tensorboardX==1.2 numpy>=1.14