We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df5f5f commit 3cf13b6Copy full SHA for 3cf13b6
pyproject.toml
@@ -39,7 +39,9 @@ dependencies = [
39
"geobench>=1.0.0",
40
"mlflow>=2.12.1",
41
# broken due to https://github.com/Lightning-AI/pytorch-lightning/issues/19977
42
- "lightning>=2, <=2.2.5"
+ "lightning>=2, <=2.2.5",
43
+ # see issue #64
44
+ "albumentations<=1.4.10"
45
]
46
47
[project.optional-dependencies]
0 commit comments