From 87d140b8abb9f991b798c6d8c641ec971570e743 Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:37:23 +0400 Subject: [PATCH 1/2] Update docker image in config.json to supervisely/import-export:6.73.160 --- config.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index b81b0c3..1da1020 100644 --- a/config.json +++ b/config.json @@ -2,14 +2,17 @@ "name": "Auto Import", "type": "app", "version": "2.0.0", - "categories": ["system", "import"], + "categories": [ + "system", + "import" + ], "system": true, "description": "Universal import tool for Images, Videos, Pointclouds, and Volumes", - "docker_image": "supervisely/import-export:6.73.155", - "min_instance_version": "6.10.0", + "docker_image": "supervisely/import-export:6.73.160", + "min_instance_version": "6.11.8", "main_script": "src/main.py", "task_location": "workspace_tasks", "headless": true, "icon": "https://github.com/supervisely-ecosystem/main-import/releases/download/v0.0.1/main_import_logo.png", "icon_cover": true -} +} \ No newline at end of file From 0d002264930d17bb0764c7afa4e188862a2592c2 Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:37:28 +0400 Subject: [PATCH 2/2] update dev_requirements.txt --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 3b6ce8d..2c8f03e 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -supervisely==6.73.155 +supervisely==6.73.160 # git+https://github.com/supervisely/supervisely.git@import-wizard-updates-7 # for coco dataset