From 1bef1d4170191947bae089cb24d1e7ea899804b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 17:07:01 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.0.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba5a442..6aa92bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # --------- pytorch --------- # pytorch-lightning==1.9.2 -torch==1.13.1 +torch==2.0.1 torchmetrics==0.11.1 torchvision==0.14.1