Skip to content

Commit 56cb90f

Browse files
fix(deps): update dependency pyproj to v3.7.2
1 parent c3ed9e9 commit 56cb90f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
]
113113
gis = [
114-
"pyproj == 3.7.1",
114+
"pyproj ==3.7.2",
115115
"shapely >= 1.8, < 3"
116116
]
117117
image = [

0 commit comments

Comments
 (0)