We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93ace1 commit bc72bc9Copy full SHA for bc72bc9
pyproject.toml
@@ -44,7 +44,7 @@ dependencies = [
44
"geobench>=1.0.0",
45
"mlflow>=2.12.1",
46
# broken due to https://github.com/Lightning-AI/pytorch-lightning/issues/19977
47
- "lightning>=2, <=2.2.5",
+ "lightning>=2, <=2.3.2",
48
]
49
50
[project.optional-dependencies]
requirements/required.txt
@@ -10,7 +10,7 @@ lightly==1.4.25
10
h5py==3.10.0
11
geobench==1.0.0
12
mlflow==2.14.3
13
-lightning==2.2.5
+lightning==2.3.2
14
mmcv==2.0.0
15
# Extra dependencies required by mmseg
16
ftfy
0 commit comments