diff --git a/environment.yml b/environment.yml index 54a2762a936..9d218263118 100644 --- a/environment.yml +++ b/environment.yml @@ -22,7 +22,7 @@ dependencies: - ipywidgets>=7 - isort[colors]>=5.8 - jupyterlab - - kornia>=0.5.4 + - kornia>=0.5.11 - laspy>=2.0.0 - mypy>=0.900 - nbmake>=0.1 diff --git a/setup.cfg b/setup.cfg index 3c5c262cf07..8e7e0779875 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,8 +33,8 @@ install_requires = einops # fiona 1.5+ required for fiona.transform module fiona>=1.5 - # kornia 0.5.4+ required for kornia.augmentation.AugmentationSequential - kornia>=0.5.4 + # kornia 0.5.11+ required for kornia.augmentation.PadTo + kornia>=0.5.11 matplotlib numpy # omegaconf 2.1+ required for to_object method