Skip to content

Commit 055a839

Browse files
Update lightning requirement (#648)
Updates the requirements on [lightning](https://github.com/Lightning-AI/lightning) to permit the latest version. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/commits) --- updated-dependencies: - dependency-name: lightning dependency-version: 2.6.0.dev20250921 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff4152a commit 055a839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies = [
5858
"torch<=2.4.0; sys.platform == 'linux'",
5959
"torchdata<=0.8.0; sys.platform == 'linux'",
6060
"pymatgen",
61-
"lightning<=2.6.0.dev20250914",
61+
"lightning<=2.6.0.dev20250921",
6262
"pydantic",
6363
"boto3",
6464
"numpy<2.0",

0 commit comments

Comments
 (0)