From 4453b2f2bc1f35b21180818a958f63e831c985ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 02:17:32 +0000 Subject: [PATCH] build(deps): bump torch from 1.6.0 to 1.13.1 in /code/deep/adarnn Bumps [torch](https://github.com/pytorch/pytorch) from 1.6.0 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.6.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/deep/adarnn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/deep/adarnn/requirements.txt b/code/deep/adarnn/requirements.txt index fda268ad..b04a3273 100644 --- a/code/deep/adarnn/requirements.txt +++ b/code/deep/adarnn/requirements.txt @@ -3,7 +3,7 @@ visdom==0.1.8.9 matplotlib==3.3.1 numpy==1.22.0 torchvision==0.7.0 -torch==1.6.0 +torch==1.13.1 tqdm==4.48.2 pandas==1.1.1 scikit_learn==0.23.2