From 042fa5b6f040375e0e9bb5166f3cc613598137d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 18:02:59 +0000 Subject: [PATCH] Bump torch from 1.6.0 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.6.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.6.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 26eba42e..1c86712d 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "numpy==1.19.3", "six==1.15.0", "tqdm==4.51.0", - "torch==1.6.0", + "torch==1.13.1", "torchtext==0.4.0", "future==0.18.2", "configargparse==1.2.3",