Skip to content

Commit 78e35f4

Browse files
Merge pull request #1978 from kili-technology/feature/lab-4065-aau-i-see-sub-jobs-of-level-2-in-exports-for-split-projects
fix: nested sub job exports
2 parents 0df0400 + a497ed2 commit 78e35f4

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.9"
47+
"kili-formats == 0.2.10"
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.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 = [
101101
all = [
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
]
117117
coco = [
118-
"kili-formats[coco] == 0.2.9"
118+
"kili-formats[coco] == 0.2.10"
119119
]
120120
gis = [
121121
"pyproj >= 2.6.1, < 3; python_version < '3.9'",
@@ -124,12 +124,12 @@ gis = [
124124
]
125125
image = [
126126
"Pillow >=9.0.0, <11.0.0",
127-
"kili-formats[image] == 0.2.9"
127+
"kili-formats[image] == 0.2.10"
128128
]
129129
image-utils = ["opencv-python >= 4.0.0, < 5.0.0"]
130130

131131
video = [
132-
"kili-formats[video] == 0.2.9"
132+
"kili-formats[video] == 0.2.10"
133133
]
134134
yolo = [
135135
"pyyaml >= 6.0, < 7.0"

0 commit comments

Comments
 (0)