@@ -44,7 +44,7 @@ dependencies = [
4444 " filelock >= 3.0.0, < 4.0.0" ,
4545 " pip-system-certs >= 4.0.0, < 5.0.0; platform_system=='Windows'" ,
4646 " pyrate-limiter >= 3, < 4" ,
47- " kili-formats == 0.2.9 "
47+ " kili-formats == 0.2.10 "
4848]
4949urls = { homepage = " https://github.com/kili-technology/kili-python-sdk" }
5050
@@ -84,7 +84,7 @@ dev = [
8484 " vulture==2.11" ,
8585 " dead==1.5.2" ,
8686 # optional dependencies
87- " kili-formats[all] == 0.2.9 " ,
87+ " kili-formats[all] == 0.2.10 " ,
8888 " opencv-python >= 4.0.0, < 5.0.0" ,
8989 " azure-storage-blob >= 12.0.0, < 13.0.0" ,
9090 # optional dependencies gis
@@ -101,7 +101,7 @@ dev = [
101101all = [
102102 # aggregate all optional deps without dev
103103 " azure-storage-blob >= 12.0.0, < 13.0.0" ,
104- " kili-formats[all] == 0.2.9 " ,
104+ " kili-formats[all] == 0.2.10 " ,
105105 " opencv-python >= 4.0.0, < 5.0.0" ,
106106 " Pillow >=9.0.0, <11.0.0" ,
107107 " pyproj == 3.6.1; python_version >= '3.9'" ,
@@ -115,7 +115,7 @@ cli = [
115115 " tabulate >= 0.9.0, < 0.10.0"
116116]
117117coco = [
118- " kili-formats[coco] == 0.2.9 "
118+ " kili-formats[coco] == 0.2.10 "
119119]
120120gis = [
121121 " pyproj >= 2.6.1, < 3; python_version < '3.9'" ,
@@ -124,12 +124,12 @@ gis = [
124124]
125125image = [
126126 " Pillow >=9.0.0, <11.0.0" ,
127- " kili-formats[image] == 0.2.9 "
127+ " kili-formats[image] == 0.2.10 "
128128]
129129image-utils = [" opencv-python >= 4.0.0, < 5.0.0" ]
130130
131131video = [
132- " kili-formats[video] == 0.2.9 "
132+ " kili-formats[video] == 0.2.10 "
133133]
134134yolo = [
135135 " pyyaml >= 6.0, < 7.0"
0 commit comments