Skip to content

Commit 3928056

Browse files
chore(deps): update dependency pyproj to v3.7.2
1 parent 9d1fdc2 commit 3928056

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
@@ -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
]
117117
gis = [
118-
"pyproj == 3.7.1",
118+
"pyproj ==3.7.2",
119119
"shapely >= 1.8, < 3"
120120
]
121121
image = [

0 commit comments

Comments
 (0)