From 9b38700cf3fdbf3fdd65b99336827f6c526633a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:53:25 +0000 Subject: [PATCH] Update lightning requirement from >=2.0.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.0.0...2.6.1) --- updated-dependencies: - dependency-name: lightning dependency-version: 2.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d837268cc..878ab4103 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # --------- pytorch --------- # torch>=2.0.0 torchvision>=0.15.0 -lightning>=2.0.0 +lightning>=2.6.1 torchmetrics>=0.11.4 # --------- hydra --------- #