Skip to content

Commit

Permalink
Bump lightning from 2.2.5 to 2.4.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent bbef2dc commit ed6b32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0",
# see issue #64
"albumentations<=1.4.10"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements/required.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ lightly==1.4.25
h5py==3.10.0
geobench==1.0.0
mlflow==2.14.3
lightning==2.2.5
lightning==2.4.0

0 comments on commit ed6b32c

Please sign in to comment.