From d57a97e0497bad1fc939671178d74644eb5b4b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:01:50 +0000 Subject: [PATCH] Bump torch from 1.5.0 to 2.2.0 in /requirements Bumps [torch](https://github.com/pytorch/pytorch) from 1.5.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.5.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 29cccfb..cf48cc0 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -1,4 +1,4 @@ -torch==1.5.0 +torch==2.2.0 torchvision==0.6.0 catalyst==20.5 albuementations==0.4.5