From b7cd6bab155b5a600c3c80d7dac43b332ce037cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 14:55:57 +0000 Subject: [PATCH] Bump torch from 1.2.0 to 1.13.1 in /refinenet Bumps [torch](https://github.com/pytorch/pytorch) from 1.2.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.2.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- refinenet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refinenet/requirements.txt b/refinenet/requirements.txt index 53cc68e..9109a6f 100644 --- a/refinenet/requirements.txt +++ b/refinenet/requirements.txt @@ -11,4 +11,4 @@ apex h5py==2.10.0 pillow==6.1.0 torchvision==0.4.0 -torch==1.2.0 \ No newline at end of file +torch==1.13.1 \ No newline at end of file