From 6da03ae1ca8a1e03e1a3f3f66fd74e32989d8d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:37:29 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.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/v2.0.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 bfd4d87..f76ad02 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def pre_build(self): 'mpi4py', 'cython==0.29.32', 'numpy', - 'torch==2.0.1', + 'torch==2.2.0', 'torchvision==0.15.2', 'matplotlib' ]