Skip to content

Commit c2064f6

Browse files
committed
fixing lightning<=2.2.5 for now
Signed-off-by: CarlosGomes98 <[email protected]>
1 parent 3481674 commit c2064f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ dependencies = [
3939
"lightly>=1.4.25",
4040
"h5py>=3.10.0",
4141
"geobench>=1.0.0",
42-
"mlflow>=2.12.1"
42+
"mlflow>=2.12.1",
43+
"lightning<=2.2.5"
4344
]
4445

4546
[project.optional-dependencies]

0 commit comments

Comments
 (0)