From f69e21ec61b353fd84ecdffcff3d4ff9db811b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:37:20 +0000 Subject: [PATCH] Bump torch from 1.12.1 to 2.2.0 in /custom-nb-image Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.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.12.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- custom-nb-image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-nb-image/requirements.txt b/custom-nb-image/requirements.txt index 35b5d559..fb5589c0 100644 --- a/custom-nb-image/requirements.txt +++ b/custom-nb-image/requirements.txt @@ -183,7 +183,7 @@ threadpoolctl==3.1.0; python_version >= '3.6' tinycss2==1.1.1; python_version >= '3.6' tomli==2.0.1; python_full_version < '3.11.0a7' toolz==0.12.0 -torch==1.12.1 +torch==2.2.0 torchvision==0.13.1 tornado==6.2; python_version >= '3.7' tqdm==4.64.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'