From f94b55a58c8c2963c552a2889c233c6d59a6d0ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 02:17:21 +0000 Subject: [PATCH] build(deps): bump torch from 1.8.1 to 1.13.1 in /code/DeepDA Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.1 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/compare/v1.8.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/DeepDA/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/DeepDA/requirements.txt b/code/DeepDA/requirements.txt index a302e5e9..311425f8 100644 --- a/code/DeepDA/requirements.txt +++ b/code/DeepDA/requirements.txt @@ -1,5 +1,5 @@ ConfigArgParse==1.4.1 -torch==1.8.1 +torch==1.13.1 torchvision==0.9.1 scikit-learn matplotlib