diff --git a/config.json b/config.json index a07e7d3..c97163e 100644 --- a/config.json +++ b/config.json @@ -1,18 +1,15 @@ { - "name": "Auto Import", - "type": "app", - "version": "2.0.0", - "categories": [ - "system", - "import" - ], - "system": true, - "description": "Universal import tool for Images, Videos, Pointclouds, and Volumes", - "docker_image": "supervisely/import-export:6.73.179", - "min_instance_version": "6.11.10", - "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 + "name": "Auto Import", + "type": "app", + "version": "2.0.0", + "categories": ["system", "import"], + "system": true, + "description": "Universal import tool for Images, Videos, Pointclouds, and Volumes", + "docker_image": "supervisely/import-export:6.73.206", + "min_instance_version": "6.11.19", + "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 } diff --git a/dev_requirements.txt b/dev_requirements.txt index 4bb609d..53c35a2 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -supervisely==6.73.179 +supervisely==6.73.206 # git+https://github.com/supervisely/supervisely.git@import-wizard-updates-7 # for coco dataset diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 2bfb108..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -git+https://github.com/supervisely/supervisely.git@high-color-depth-converter \ No newline at end of file