@@ -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.11 "
47+ " kili-formats == 0.2.12 "
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.11 " ,
87+ " kili-formats[all] == 0.2.12 " ,
8888 " opencv-python >= 4.0.0, < 5.0.0" ,
8989 " azure-storage-blob >= 12.0.0, < 13.0.0" ,
9090 # optional dependencies gis
@@ -96,14 +96,14 @@ dev = [
9696 # optional dependencies - yolo
9797 " pyyaml >= 6.0, < 7.0" ,
9898 # optional dependencies - image
99- " Pillow >=9 .0.0, <11 .0.0"
99+ " Pillow >=10 .0.0, <13 .0.0"
100100]
101101all = [
102102 # aggregate all optional deps without dev
103103 " azure-storage-blob >= 12.0.0, < 13.0.0" ,
104- " kili-formats[all] == 0.2.11 " ,
104+ " kili-formats[all] == 0.2.12 " ,
105105 " opencv-python >= 4.0.0, < 5.0.0" ,
106- " Pillow >=9 .0.0, <11 .0.0" ,
106+ " Pillow >=10 .0.0, <13 .0.0" ,
107107 " pyproj == 3.6.1; python_version >= '3.9'" ,
108108 " pyproj >= 2.6.1, < 3; python_version < '3.9'" ,
109109 " pyyaml >= 6.0, < 7.0" ,
@@ -115,21 +115,21 @@ cli = [
115115 " tabulate >= 0.9.0, < 0.10.0"
116116]
117117coco = [
118- " kili-formats[coco] == 0.2.11 "
118+ " kili-formats[coco] == 0.2.12 "
119119]
120120gis = [
121121 " pyproj >= 2.6.1, < 3; python_version < '3.9'" ,
122122 " pyproj == 3.6.1; python_version >= '3.9'" ,
123123 " shapely >= 1.8, < 3"
124124]
125125image = [
126- " Pillow >=9 .0.0, <11 .0.0" ,
127- " kili-formats[image] == 0.2.11 "
126+ " Pillow >=10 .0.0, <13 .0.0" ,
127+ " kili-formats[image] == 0.2.12 "
128128]
129129image-utils = [" opencv-python >= 4.0.0, < 5.0.0" ]
130130
131131video = [
132- " kili-formats[video] == 0.2.11 "
132+ " kili-formats[video] == 0.2.12 "
133133]
134134yolo = [
135135 " pyyaml >= 6.0, < 7.0"
0 commit comments