From 57a724c82d6b3c7d7e03aa8df5406f5ebe2fe28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 02:37:23 +0000 Subject: [PATCH] Bump pytorch-lightning from 2.0.0 to 2.1.3 Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 2.0.0 to 2.1.3. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/2.0.0...2.1.3) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a24e106..9cc2ee4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # --------- pytorch --------- # torch>=1.10.0 torchvision>=0.11.0 -pytorch-lightning==2.0.0 +pytorch-lightning==2.1.3 torchmetrics==0.11.0 # --------- hydra --------- #