Skip to content

Commit

Permalink
Testing version for smp
Browse files Browse the repository at this point in the history
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
  • Loading branch information
Joao-L-S-Almeida committed Aug 2, 2024
1 parent 6c483a8 commit 80d655c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
3 changes: 2 additions & 1 deletion requirements/required.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ lightly==1.4.25
h5py==3.10.0
geobench==1.0.0
mlflow==2.14.3
lightning==2.2.5
lightning==2.2.5
segmentation-models-pytorch==0.3.3

0 comments on commit 80d655c

Please sign in to comment.