Skip to content

Commit 8a9168f

Browse files
Merge pull request #2010 from kili-technology/lab-4163-aau-i-want-to-export-llm-static-assets
feat(LAB-4163): update kili-formats to manage export of LLM projects
2 parents c578666 + 25746e7 commit 8a9168f

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 == 1.0.1"
47+
"kili-formats == 1.1.0"
4848
]
4949
urls = { 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 = [
9595
all = [
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
]
110110
coco = [
111-
"kili-formats[coco] == 1.0.1"
111+
"kili-formats[coco] == 1.1.0"
112112
]
113113
gis = [
114114
"pyproj == 3.7.1",
115115
"shapely >= 1.8, < 3"
116116
]
117117
image = [
118118
"Pillow >=9.0.0, <11.0.0",
119-
"kili-formats[image] == 1.0.1"
119+
"kili-formats[image] == 1.1.0"
120120
]
121121
image-utils = ["opencv-python >= 4.0.0, < 5.0.0"]
122122

123123
video = [
124-
"kili-formats[video] == 1.0.1"
124+
"kili-formats[video] == 1.1.0"
125125
]
126126
yolo = [
127127
"pyyaml >= 6.0, < 7.0"

0 commit comments

Comments
 (0)