From 96836008be96fa2fe5e6909a3fd7a112cc57716e Mon Sep 17 00:00:00 2001 From: awaelchli Date: Tue, 30 Apr 2024 13:42:44 +0200 Subject: [PATCH] Update Lightning version (#1375) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba3bc7c9e9..f9a2dea996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = { file = "LICENSE" } dependencies = [ "torch>=2.2.0", - "lightning==2.3.0.dev20240328", + "lightning==2.3.0.dev20240428", "jsonargparse[signatures]>=4.27.6" ]