Skip to content

Commit

Permalink
Bump kornia min version (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 authored Jun 29, 2024
1 parent 86b6271 commit c8e1e09
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 @@ -40,8 +40,8 @@ dependencies = [
"einops>=0.3",
# fiona 1.8.21+ required for Python 3.10 wheels
"fiona>=1.8.21",
# kornia 0.7.2+ required for dict support in AugmentationSequential
"kornia>=0.7.2",
# kornia 0.7.3+ required for instance segmentation support in AugmentationSequential
"kornia>=0.7.3",
# 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.21
kornia==0.7.2
kornia==0.7.3
lightly==1.4.4
lightning[pytorch-extra]==2.0.0
matplotlib==3.5.0
Expand Down

0 comments on commit c8e1e09

Please sign in to comment.