From 7e8898ca77baeefe6eb085d6e93c0d297565c9f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:47:20 +0000 Subject: [PATCH] Update lightning requirement from >=2.5.0 to >=2.6.1 Updates the requirements on [lightning](https://github.com/Lightning-AI/pytorch-lightning) to permit the latest version. - [Release notes](https://github.com/Lightning-AI/pytorch-lightning/releases) - [Commits](https://github.com/Lightning-AI/pytorch-lightning/compare/2.5.0...2.6.1) --- updated-dependencies: - dependency-name: lightning dependency-version: 2.6.1 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 72b9b693..9e8c8544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dependencies=[ "combat>=0.3.3", "topomodelx @ git+https://github.com/pyt-team/TopoModelX.git", "toponetx @ git+https://github.com/pyt-team/TopoNetX.git", - "lightning>=2.5.0", + "lightning>=2.6.1", ] [project.optional-dependencies]