From a9fa3f96a3a0c73fdd1e886681a2463953e5d2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:26:31 +0000 Subject: [PATCH] Bump torch from 1.2.0 to 1.13.1 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8979cce..a881ce2 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "console_scripts": ["ic_train_model=integrated_cell.bin.train_model:main"] }, install_requires=[ - "torch==1.2.0", + "torch==1.13.1", "torchvision==0.2.1", "matplotlib==2.2.2", "numpy>=1.15.0",