From dc8e169f8e55b0751ca253eb1adceba79d526922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:38:33 +0000 Subject: [PATCH] Bump torch from 1.11.0 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0 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/compare/v1.11.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c51fdc6b..df654831 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ 'rastermap>0.1.0', 'tifffile', 'scanimage-tiff-reader>=1.4.1', - 'torch==1.11.0', + 'torch==1.13.1', 'paramiko', 'numpy>=1.16', 'numba>=0.43.1',