@@ -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 == 1.0.1 "
47+ " kili-formats == 1.1.0 "
4848]
4949urls = { homepage = " https://github.com/kili-technology/kili-python-sdk" }
5050
@@ -79,7 +79,7 @@ dev = [
7979 " nbconvert" ,
8080 " ipykernel" ,
8181 # optional dependencies
82- " kili-formats[all] == 1.0.1 " ,
82+ " kili-formats[all] == 1.1.0 " ,
8383 " opencv-python >= 4.0.0, < 5.0.0" ,
8484 " azure-storage-blob >= 12.0.0, < 13.0.0" ,
8585 # optional dependencies gis
@@ -95,7 +95,7 @@ dev = [
9595all = [
9696 # aggregate all optional deps without dev
9797 " azure-storage-blob >= 12.0.0, < 13.0.0" ,
98- " kili-formats[all] == 1.0.1 " ,
98+ " kili-formats[all] == 1.1.0 " ,
9999 " opencv-python >= 4.0.0, < 5.0.0" ,
100100 " Pillow >=9.0.0, <11.0.0" ,
101101 " pyproj == 3.7.1" ,
@@ -108,20 +108,20 @@ cli = [
108108 " tabulate >= 0.9.0, < 0.10.0"
109109]
110110coco = [
111- " kili-formats[coco] == 1.0.1 "
111+ " kili-formats[coco] == 1.1.0 "
112112]
113113gis = [
114114 " pyproj == 3.7.1" ,
115115 " shapely >= 1.8, < 3"
116116]
117117image = [
118118 " Pillow >=9.0.0, <11.0.0" ,
119- " kili-formats[image] == 1.0.1 "
119+ " kili-formats[image] == 1.1.0 "
120120]
121121image-utils = [" opencv-python >= 4.0.0, < 5.0.0" ]
122122
123123video = [
124- " kili-formats[video] == 1.0.1 "
124+ " kili-formats[video] == 1.1.0 "
125125]
126126yolo = [
127127 " pyyaml >= 6.0, < 7.0"
0 commit comments