From b4d2699ab37f687bed7fcf88a8648963f86d1bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 21:57:25 +0000 Subject: [PATCH] Bump pytorch-lightning from 0.9.0 to 2.4.0 Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 0.9.0 to 2.4.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/0.9.0...2.4.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72d49f1..88b3393 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def load_long_description(): packages=find_packages(exclude=['tests', 'tests/*']), install_requires=[ 'neptune-client', - 'pytorch_lightning == 0.9.0', + 'pytorch_lightning == 2.4.0', 'hydra-core >= 1.0.0', 'transformers >= 3.0' ]