From 33324396fc326b00f0791882182d5be4804920e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 22:05:16 +0000 Subject: [PATCH] build(deps): bump pytorch-lightning in /demo-notebooks/additional-demos Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.9.5 to 2.4.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/1.9.5...2.4.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo-notebooks/additional-demos/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-notebooks/additional-demos/requirements.txt b/demo-notebooks/additional-demos/requirements.txt index 5f86ab536..b6b05145a 100644 --- a/demo-notebooks/additional-demos/requirements.txt +++ b/demo-notebooks/additional-demos/requirements.txt @@ -1,4 +1,4 @@ -pytorch_lightning==1.9.5 +pytorch_lightning==2.4.0 ray_lightning torchmetrics==0.9.1 torchvision==0.19.0