Skip to content

Commit 9e12e79

Browse files
committed
fix lightning in reqs
Signed-off-by: Carlos Gomes <[email protected]>
1 parent c11f8d5 commit 9e12e79

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ dependencies = [
3838
"h5py>=3.10.0",
3939
"geobench>=1.0.0",
4040
"mlflow>=2.12.1",
41-
"lightning<=2.2.5"
41+
# broken due to https://github.com/Lightning-AI/pytorch-lightning/issues/19977
42+
"lightning>=2, <=2.2.5"
4243
]
4344

4445
[project.optional-dependencies]

requirements/required.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ lightly==1.4.25
1010
h5py==3.10.0
1111
geobench==1.0.0
1212
mlflow==2.12.1
13+
lightning==2.2.5

0 commit comments

Comments
 (0)