We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11f8d5 commit 9e12e79Copy full SHA for 9e12e79
pyproject.toml
@@ -38,7 +38,8 @@ dependencies = [
38
"h5py>=3.10.0",
39
"geobench>=1.0.0",
40
"mlflow>=2.12.1",
41
- "lightning<=2.2.5"
+ # broken due to https://github.com/Lightning-AI/pytorch-lightning/issues/19977
42
+ "lightning>=2, <=2.2.5"
43
]
44
45
[project.optional-dependencies]
requirements/required.txt
@@ -10,3 +10,4 @@ lightly==1.4.25
10
h5py==3.10.0
11
geobench==1.0.0
12
mlflow==2.12.1
13
+lightning==2.2.5
0 commit comments