Skip to content

Commit e55579d

Browse files
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](Lightning-AI/pytorch-lightning@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] <[email protected]> * be more flexible with lightning reqs Signed-off-by: Carlos Gomes <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Carlos Gomes <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Gomes <[email protected]>
1 parent 4640128 commit e55579d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"geobench>=1.0.0",
4545
"mlflow>=2.12.1",
4646
# broken due to https://github.com/Lightning-AI/pytorch-lightning/issues/19977
47-
"lightning>=2, <=2.2.5",
47+
"lightning[pytorch-extra]>=2,!=2.3.*",
4848
]
4949

5050
[project.optional-dependencies]

requirements/required.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lightly==1.4.25
1010
h5py==3.10.0
1111
geobench==1.0.0
1212
mlflow==2.14.3
13-
lightning==2.2.5
13+
lightning==2.4.0
1414

1515
# These dependencies are optional
1616
# and must be installed just in case
@@ -23,4 +23,4 @@ lightning==2.2.5
2323
#openmim
2424

2525
# Lastly, install mmsegmentation using mim:
26-
# mim mmsegmentation
26+
# mim mmsegmentation

0 commit comments

Comments
 (0)