From c97960c842b30101afb2dda87aaa64bc6bcc5faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 04:21:06 +0000 Subject: [PATCH] Update lightning requirement in the all group Updates the requirements on [lightning](https://github.com/Lightning-AI/pytorch-lightning) to permit the latest version. Updates `lightning` to 2.6.4 - [Release notes](https://github.com/Lightning-AI/pytorch-lightning/releases) - [Commits](https://github.com/Lightning-AI/pytorch-lightning/compare/2.0.0...2.6.4) --- updated-dependencies: - dependency-name: lightning dependency-version: 2.6.4 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf3a9e0..6fb6b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Cost-aware synthetic active learning pipeline for cheminformatics requires-python = ">=3.11" dependencies = [ "chemprop>=2.0,<3.0", - "lightning>=2.0,<2.6.2", + "lightning>=2.0,<2.6.5", "torch>=2.0", "rdkit>=2023.3", "pandas>=2.0",