diff --git a/pyproject.toml b/pyproject.toml index d04e5901..d656370c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,8 @@ dependencies = [ # broken due to https://github.com/Lightning-AI/pytorch-lightning/issues/19977 "lightning>=2, <=2.2.5", # see issue #64 - "albumentations<=1.4.10" + "albumentations<=1.4.10", + "segmentation-models-pytorch>=0.3.3" ] [project.optional-dependencies] diff --git a/requirements/required.txt b/requirements/required.txt index d425942f..db2bb813 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -10,4 +10,5 @@ lightly==1.4.25 h5py==3.10.0 geobench==1.0.0 mlflow==2.14.3 -lightning==2.2.5 \ No newline at end of file +lightning==2.2.5 +segmentation-models-pytorch==0.3.3