Skip to content

Commit 1853f49

Browse files
committed
Add missing kornia dependency
1 parent 8db80a8 commit 1853f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gisnav/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def parse_package_data(cls, package_file: str) -> PackageData:
115115
"shapely>=1.8.2",
116116
"torch>=2.1.0",
117117
"OWSLib>=0.25.0",
118+
"kornia==0.6.10",
118119
],
119120
tests_require=["pytest"],
120121
extras_require={

0 commit comments

Comments
 (0)