From 9af3932030bddd4e4e905b40c64d983da4ff97f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:46:10 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.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.13.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- trainer/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 95305c0..4e3575f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "scipy==1.10.0", "Pillow==9.3.0", "imagecodecs==2021.8.26", - "torch==1.13.1", + "torch==2.2.0", "torchvision==0.14.1" ], classifiers=[ diff --git a/trainer/requirements.txt b/trainer/requirements.txt index 6b0c6d9..4156eda 100644 --- a/trainer/requirements.txt +++ b/trainer/requirements.txt @@ -3,6 +3,6 @@ numpy==1.26.4 imagecodecs==2024.1.1 scipy==1.13.0 Pillow==10.3.0 -torch==2.3.0 +torch==2.2.0 torchvision==0.18.0 pytest==8.2.0