Skip to content

Commit

Permalink
fixing lightning<=2.2.5 for now
Browse files Browse the repository at this point in the history
Signed-off-by: CarlosGomes98 <[email protected]>
  • Loading branch information
CarlosGomes98 committed Jun 28, 2024
1 parent 3481674 commit c2064f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c2064f6

Please sign in to comment.