We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc431a commit a6fee0dCopy full SHA for a6fee0d
pyproject.toml
@@ -43,7 +43,7 @@ dependencies = [
43
"geobench>=1.0.0",
44
"mlflow>=2.12.1",
45
# broken due to https://github.com/Lightning-AI/pytorch-lightning/issues/19977
46
- "lightning>=2, <=2.2.5",
+ "lightning>=2, <=2.4.0",
47
# see issue #64
48
"albumentations<=1.4.10"
49
]
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.4.0
14
mmcv==2.0.0
15
# Extra dependencies required by mmseg
16
ftfy
0 commit comments