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 @@ -83,7 +83,7 @@ dev = [
8383 " opencv-python >= 4.0.0, < 5.0.0" ,
8484 " azure-storage-blob >= 12.0.0, < 13.0.0" ,
8585 # optional dependencies gis
86- " pyproj == 3.7.1 " ,
86+ " pyproj ==3.7.2 " ,
8787 " shapely >= 1.8, < 3" ,
8888 # optional dependencies - cli
8989 " tabulate >= 0.9.0, < 0.10.0" ,
@@ -98,7 +98,7 @@ all = [
9898 " kili-formats[all] == 1.4.0" ,
9999 " opencv-python >= 4.0.0, < 5.0.0" ,
100100 " Pillow >=10.0.0, <13.0.0" ,
101- " pyproj == 3.7.1 " ,
101+ " pyproj ==3.7.2 " ,
102102 " pyyaml >= 6.0, < 7.0" ,
103103 " shapely >= 1.8, < 3" ,
104104 " tabulate >= 0.9.0, < 0.10.0"
@@ -111,7 +111,7 @@ coco = [
111111 " kili-formats[coco] == 1.4.0"
112112]
113113gis = [
114- " pyproj == 3.7.1 " ,
114+ " pyproj ==3.7.2 " ,
115115 " shapely >= 1.8, < 3"
116116]
117117image = [
You can’t perform that action at this time.
0 commit comments