Skip to content

Commit 1da84ad

Browse files
chore: bump kili-formats version
1 parent 313a241 commit 1da84ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.10"
47+
"kili-formats == 1.0.0"
4848
]
4949
urls = { 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.10",
87+
"kili-formats[all] == 1.0.0",
8888
"opencv-python >= 4.0.0, < 5.0.0",
8989
"azure-storage-blob >= 12.0.0, < 13.0.0",
9090
# optional dependencies gis
@@ -100,7 +100,7 @@ dev = [
100100
all = [
101101
# aggregate all optional deps without dev
102102
"azure-storage-blob >= 12.0.0, < 13.0.0",
103-
"kili-formats[all] == 0.2.10",
103+
"kili-formats[all] == 1.0.0",
104104
"opencv-python >= 4.0.0, < 5.0.0",
105105
"Pillow >=9.0.0, <11.0.0",
106106
"pyproj == 3.7.1",
@@ -113,20 +113,20 @@ cli = [
113113
"tabulate >= 0.9.0, < 0.10.0"
114114
]
115115
coco = [
116-
"kili-formats[coco] == 0.2.10"
116+
"kili-formats[coco] == 1.0.0"
117117
]
118118
gis = [
119119
"pyproj == 3.7.1",
120120
"shapely >= 1.8, < 3"
121121
]
122122
image = [
123123
"Pillow >=9.0.0, <11.0.0",
124-
"kili-formats[image] == 0.2.10"
124+
"kili-formats[image] == 1.0.0"
125125
]
126126
image-utils = ["opencv-python >= 4.0.0, < 5.0.0"]
127127

128128
video = [
129-
"kili-formats[video] == 0.2.10"
129+
"kili-formats[video] == 1.0.0"
130130
]
131131
yolo = [
132132
"pyyaml >= 6.0, < 7.0"

0 commit comments

Comments
 (0)