From cc312bca84dd7baefbea3c21937c24aa16bd0413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:58:52 +0000 Subject: [PATCH] Update lightning requirement 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.dev20250803 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a275fbd6a..53c11470d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "torch<=2.4.0; sys.platform == 'linux'", "torchdata<=0.8.0; sys.platform == 'linux'", "pymatgen", - "lightning<=2.6.0.dev20250727", + "lightning<=2.6.0.dev20250803", "pydantic", "boto3", "numpy<2.0",