From c2064f6165258b4ad269be5cc4b8d9137594eb2d Mon Sep 17 00:00:00 2001 From: CarlosGomes98 Date: Fri, 28 Jun 2024 04:18:29 -0400 Subject: [PATCH] fixing lightning<=2.2.5 for now Signed-off-by: CarlosGomes98 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index adb75a3d..818d9fe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,8 @@ dependencies = [ "lightly>=1.4.25", "h5py>=3.10.0", "geobench>=1.0.0", - "mlflow>=2.12.1" + "mlflow>=2.12.1", + "lightning<=2.2.5" ] [project.optional-dependencies]