From e55579d3854d04133ce3308ebfd93b0f518ebea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:10:22 +0200 Subject: [PATCH] Bump lightning from 2.2.5 to 2.4.0 (#102) * Bump lightning from 2.2.5 to 2.4.0 Bumps [lightning](https://github.com/Lightning-AI/lightning) from 2.2.5 to 2.4.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/2.2.5...2.4.0) --- updated-dependencies: - dependency-name: lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * be more flexible with lightning reqs Signed-off-by: Carlos Gomes --------- Signed-off-by: dependabot[bot] Signed-off-by: Carlos Gomes Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Gomes --- pyproject.toml | 2 +- requirements/required.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4424d481..b3fadd5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,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[pytorch-extra]>=2,!=2.3.*", ] [project.optional-dependencies] diff --git a/requirements/required.txt b/requirements/required.txt index acd0b050..5b86a271 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -10,7 +10,7 @@ lightly==1.4.25 h5py==3.10.0 geobench==1.0.0 mlflow==2.14.3 -lightning==2.2.5 +lightning==2.4.0 # These dependencies are optional # and must be installed just in case @@ -23,4 +23,4 @@ lightning==2.2.5 #openmim # Lastly, install mmsegmentation using mim: -# mim mmsegmentation +# mim mmsegmentation \ No newline at end of file