From b7c8d9caf760d306bde9e5e628ae8dba01263fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:01:42 +0000 Subject: [PATCH] Update lightning requirement from >=2.0.0 to >=2.6.4 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.4) --- updated-dependencies: - dependency-name: lightning dependency-version: 2.6.4 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..c26f99b06 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.4 torchmetrics>=0.11.4 # --------- hydra --------- #