Skip to content

Commit 3cf13b6

Browse files
committed
pin albumentations
Signed-off-by: Carlos Gomes <[email protected]>
1 parent 9df5f5f commit 3cf13b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ dependencies = [
3939
"geobench>=1.0.0",
4040
"mlflow>=2.12.1",
4141
# broken due to https://github.com/Lightning-AI/pytorch-lightning/issues/19977
42-
"lightning>=2, <=2.2.5"
42+
"lightning>=2, <=2.2.5",
43+
# see issue #64
44+
"albumentations<=1.4.10"
4345
]
4446

4547
[project.optional-dependencies]

0 commit comments

Comments
 (0)