From 2442cbffd2c2205022db531d4603c24cbf316a5a Mon Sep 17 00:00:00 2001 From: belerico Date: Wed, 10 Apr 2024 22:21:55 +0200 Subject: [PATCH] Upgrade lightning version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6577c495..f0823604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "moviepy>=1.0.3", "tensorboard>=2.10", "python-dotenv>=1.0.0", - "lightning==2.1.*", + "lightning>=2.0", "lightning-utilities<=0.9", "hydra-core==1.3.0", "torchmetrics",