From f7052e6af5da39151cd51e9cbfc3c12557daa7c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:25:52 +0000 Subject: [PATCH] Bump pytorch-lightning from 1.9.2 to 2.0.5 Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.9.2 to 2.0.5. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/1.9.2...2.0.5) --- updated-dependencies: - dependency-name: pytorch-lightning 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..205c790 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # --------- pytorch --------- # -pytorch-lightning==1.9.2 +pytorch-lightning==2.0.5 torch==1.13.1 torchmetrics==0.11.1 torchvision==0.14.1