From bf632896b3df3c113d7e25a3b75e7ca94079a3c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:14:55 +0000 Subject: [PATCH] Bump torch from 1.0 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.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.0.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 df1e1da..09ff580 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,6 @@ url='https://github.com/locuslab/projected_sinkhorn', packages=['projected_sinkhorn'], install_requires=[ - 'torch==1.0' + 'torch==2.2.0' ] )