From 007c4e1f0a466cc55e38edcdea6221ce88ee147b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:07:49 +0000 Subject: [PATCH] Bump torch from 1.7.0 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.0 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.0...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 5e27e76..a5fb84d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ version="master", packages=find_packages(), include_package_data=True, - install_requires=["torch==1.7.0", "torchvision", "pytorch-lightning==1.0.2"], + install_requires=["torch==2.2.0", "torchvision", "pytorch-lightning==1.0.2"], extras_require={ "test": [ "coverage",