From ae318c22ca11c8f1780dddf39409788c8dfdbb8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:08:04 +0000 Subject: [PATCH] Bump torch from 1.7.0 to 2.2.0 in /fastmri_examples/adaptive_varnet 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] --- fastmri_examples/adaptive_varnet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastmri_examples/adaptive_varnet/requirements.txt b/fastmri_examples/adaptive_varnet/requirements.txt index 11bbcb38..5db2becb 100644 --- a/fastmri_examples/adaptive_varnet/requirements.txt +++ b/fastmri_examples/adaptive_varnet/requirements.txt @@ -1,7 +1,7 @@ numpy==1.18.5 scikit_image==0.16.2 torchvision==0.8.1 -torch==1.7.0 +torch==2.2.0 runstats==2.0.0 pytorch_lightning==1.0.6 h5py==2.10.0