From 592797eb6edd3a85162fda20af2f97a57acf2bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:16:57 +0000 Subject: [PATCH] Bump lightning from 2.2.5 to 2.3.3 Bumps [lightning](https://github.com/Lightning-AI/lightning) from 2.2.5 to 2.3.3. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/2.2.5...2.3.3) --- updated-dependencies: - dependency-name: lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/required.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d04e5901..36b2173b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "geobench>=1.0.0", "mlflow>=2.12.1", # broken due to https://github.com/Lightning-AI/pytorch-lightning/issues/19977 - "lightning>=2, <=2.2.5", + "lightning>=2, <=2.3.3", # see issue #64 "albumentations<=1.4.10" ] diff --git a/requirements/required.txt b/requirements/required.txt index d425942f..9ccb12ca 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -10,4 +10,4 @@ lightly==1.4.25 h5py==3.10.0 geobench==1.0.0 mlflow==2.14.3 -lightning==2.2.5 \ No newline at end of file +lightning==2.3.3 \ No newline at end of file