Skip to content

Commit

Permalink
Bump min version of kornia
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Apr 3, 2024
1 parent 13ed3d5 commit 7214116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dependencies = [
# fiona 1.8.19+ required to fix erroneous warning
# https://github.com/Toblerity/Fiona/issues/986
"fiona>=1.8.19",
# kornia 0.6.9+ required for kornia.augmentation.RandomBrightness
"kornia>=0.6.9",
# kornia 0.7.2+ required for dict support in AugmentationSequential
"kornia>=0.7.2",
# lightly 1.4.4+ required for MoCo v3 support
# lightly 1.4.26 is incompatible with the version of timm required by smp
# https://github.com/microsoft/torchgeo/issues/1824
Expand Down
2 changes: 1 addition & 1 deletion requirements/min-reqs.old
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ setuptools==61.0.0
# install
einops==0.3.0
fiona==1.8.19
kornia==0.6.9
kornia==0.7.2
lightly==1.4.4
lightning[pytorch-extra]==2.0.0
matplotlib==3.3.3
Expand Down

0 comments on commit 7214116

Please sign in to comment.