From 262a5988aea37f177b24d8476764a4382f1363b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 14:32:54 +0000 Subject: [PATCH] Bump pytorch-lightning from 1.6.5 to 2.4.0 Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.6.5 to 2.4.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/1.6.5...2.4.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-version: 2.4.0 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 cdd1257..0acef1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ h5py>=2.9.0 numpy>=1.16.4 -pytorch-lightning==1.6.5 +pytorch-lightning==2.4.0 scikit-image>=0.15.0 scikit-learn>=0.20.2 scipy>=1.2.1