From f20474b36145bf727d993c0c68c0066d29a7c837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 02:28:16 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.2.0 in /PRML2021 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] --- PRML2021/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRML2021/requirements.txt b/PRML2021/requirements.txt index 0b109b16..b2070715 100644 --- a/PRML2021/requirements.txt +++ b/PRML2021/requirements.txt @@ -4,7 +4,7 @@ wheel ipykernel --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.13.1 +torch==2.2.0 torchvision==0.8.2+cpu torchaudio==0.7.2