We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58963e7 commit 94a1d72Copy full SHA for 94a1d72
1 file changed
pyproject.toml
@@ -83,7 +83,7 @@ dev = [
83
"opencv-python >= 4.0.0, < 5.0.0",
84
"azure-storage-blob >= 12.0.0, < 13.0.0",
85
# optional dependencies gis
86
- "pyproj == 3.7.1",
+ "pyproj ==3.7.2",
87
"shapely >= 1.8, < 3",
88
# optional dependencies - cli
89
"tabulate >= 0.9.0, < 0.10.0",
@@ -98,7 +98,7 @@ all = [
98
"kili-formats[all] == 1.4.0",
99
100
"Pillow >=10.0.0, <13.0.0",
101
102
"pyyaml >= 6.0, < 7.0",
103
104
"tabulate >= 0.9.0, < 0.10.0"
@@ -111,7 +111,7 @@ coco = [
111
"kili-formats[coco] == 1.4.0"
112
]
113
gis = [
114
115
"shapely >= 1.8, < 3"
116
117
image = [
0 commit comments