From 38c3f79bfbda18ef0d08b4652c9b18802754a4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:10:08 +0000 Subject: [PATCH] Bump torch from 1.7.1 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.1 to 2.2.0. - [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.7.1...v2.2.0) --- 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 7dfce17..12e879b 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ def get_description(): # https://packaging.python.org/en/latest/requirements.html install_requires = [ 'typing;python_version<"3.5"', - 'torch==1.7.1', + 'torch==2.2.0', 'sentencepiece==0.1.95', 'tensorboard==2.4.1', 'progressbar2'