File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ dev = [
8787 " opencv-python >= 4.0.0, < 5.0.0" ,
8888 " azure-storage-blob >= 12.0.0, < 13.0.0" ,
8989 # optional dependencies gis
90- " pyproj == 3.7.1 " ,
90+ " pyproj ==3.7.2 " ,
9191 " shapely >= 1.8, < 3" ,
9292 # optional dependencies - cli
9393 " tabulate >= 0.9.0, < 0.10.0" ,
@@ -102,7 +102,7 @@ all = [
102102 " kili-formats[all] == 0.2.10" ,
103103 " opencv-python >= 4.0.0, < 5.0.0" ,
104104 " Pillow >=9.0.0, <11.0.0" ,
105- " pyproj == 3.7.1 " ,
105+ " pyproj ==3.7.2 " ,
106106 " pyyaml >= 6.0, < 7.0" ,
107107 " shapely >= 1.8, < 3" ,
108108 " tabulate >= 0.9.0, < 0.10.0"
@@ -115,7 +115,7 @@ coco = [
115115 " kili-formats[coco] == 0.2.10"
116116]
117117gis = [
118- " pyproj == 3.7.1 " ,
118+ " pyproj ==3.7.2 " ,
119119 " shapely >= 1.8, < 3"
120120]
121121image = [
You can’t perform that action at this time.
0 commit comments