Skip to content

Commit

Permalink
Bump lightning from 2.4.0 to 2.5.0.post0 (#478)
Browse files Browse the repository at this point in the history
Bumps [lightning](https://github.com/Lightning-AI/lightning) from 2.4.0 to 2.5.0.post0.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@2.4.0...2.5.0.post0)

---
updated-dependencies:
- dependency-name: lightning
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent d128b4b commit 97da3e2
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 @@ -52,7 +52,7 @@ dependencies = [
"ase",
"dgl<=2.2.1",
"pymatgen",
"lightning<=2.4.0",
"lightning<=2.5.0.post0",
"torch<=2.2.1",
"pydantic",
"torchdata<=0.7.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dgl==2.2.1
torch==2.2.1
lightning==2.4.0
lightning==2.5.0.post0
pymatgen==2024.11.13
ase==3.23.0
pydantic==2.10.4
Expand Down

0 comments on commit 97da3e2

Please sign in to comment.