We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bf33a commit 26d2902Copy full SHA for 26d2902
pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
# broken due to https://github.com/Lightning-AI/pytorch-lightning/issues/19977
42
"lightning>=2, <=2.2.5",
43
# see issue #64
44
- "albumentations<=1.4.10"
+ "albumentations<=1.4.12"
45
]
46
47
[project.optional-dependencies]
requirements/required.txt
@@ -1,6 +1,6 @@
1
torchgeo==0.5.2
2
rioxarray==0.15.0
3
-albumentations==1.3.1
+albumentations==1.4.12
4
rasterio==1.3.10
5
torch==2.1.0
6
torchvision==0.16.0
0 commit comments