From c34ff976511202dca0c00b51e40d242330a04bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 05:59:35 +0000 Subject: [PATCH] Bump torch from 1.1.0 to 1.13.1 in /style_migration Bumps [torch](https://github.com/pytorch/pytorch) from 1.1.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.1.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- style_migration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style_migration/requirements.txt b/style_migration/requirements.txt index 6428e45..df98877 100644 --- a/style_migration/requirements.txt +++ b/style_migration/requirements.txt @@ -1,4 +1,4 @@ -torch==1.1.0 +torch==1.13.1 torchvision==0.2.2.post3 dominate>=2.3.1 visdom>=0.1.8.3