From 7784bd314d2f3f2f10ee412eb1822ea39a3c4d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 07:27:43 +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/master/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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 780e1ce..66c3ea9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ matplotlib==3.1.1 numpy==1.17.1 ipdb==0.12.3 -torch==1.2.0 +torch==1.13.1 scipy==1.3.1 torchvision==0.4.0 texttable==1.6.2