From 910b8eccf0f782448b825bb823db405073c8bf7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:33:14 +0000 Subject: [PATCH] Bump torch from 1.10.0+cpu to 1.13.1 in /vision/swin/pytorch Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.0+cpu to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/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] --- vision/swin/pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision/swin/pytorch/requirements.txt b/vision/swin/pytorch/requirements.txt index 9152d8f09..ab10596ff 100644 --- a/vision/swin/pytorch/requirements.txt +++ b/vision/swin/pytorch/requirements.txt @@ -1,6 +1,6 @@ --find-links https://download.pytorch.org/whl/cpu/torch_stable.html torch==1.10.0+cpu; python_version=='3.6' -torch==1.13.1+cpu; python_version>'3.6' +torch==1.13.1; python_version>'3.6' torchvision==0.14.1+cpu; python_version > '3.6' torchvision==0.11.0+cpu; python_version <= '3.6' timm==0.4.5