diff --git a/pyproject.toml b/pyproject.toml index 2505cded..4440b7b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "torchgeo>=0.6.0", "rioxarray>=0.15.0", # see issue #64 - "albumentations>=1.3.1, <=1.4.21", + "albumentations>=1.3.1, <=1.4.22", "albucore<=0.0.16", "rasterio>=1.3.9", "torchmetrics<=1.3.1", diff --git a/requirements/required.txt b/requirements/required.txt index a530d565..8850eab4 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -1,6 +1,6 @@ torchgeo==0.6.0 rioxarray==0.18.1 -albumentations==1.4.21 +albumentations==1.4.22 albucore<=0.0.16 rasterio==1.4.3 torch==2.5.1