Skip to content

Commit

Permalink
Update min kornia version (microsoft#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 authored Jan 2, 2022
1 parent 31e5474 commit 9966708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9966708

Please sign in to comment.