From 7bb50ccf18a685279d47604e3d516e1e02a1154c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:53:03 +0000 Subject: [PATCH] Update pytorch-lightning requirement from <=2.5.6 to <=2.6.0 Updates the requirements on [pytorch-lightning](https://github.com/Lightning-AI/lightning) to permit the latest version. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/0.0.1...2.6.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-version: 2.6.0 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 43143c1f..87bc98d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "spacy", "tf-keras", "torch<2.9", - "pytorch-lightning<=2.5.6", + "pytorch-lightning<=2.6.0", "sentence-transformers<5.2", "timm", "torchvision",