diff --git a/config.json b/config.json index 4ea717f..8e4e3d6 100644 --- a/config.json +++ b/config.json @@ -2,10 +2,13 @@ "name": "Export as masks", "type": "app", "version": "2.0.0", - "categories": ["images", "export"], + "categories": [ + "images", + "export" + ], "description": "For semantic and instance segmentation tasks", - "docker_image": "supervisely/import-export:6.73.156", - "instance_version": "6.10.0", + "docker_image": "supervisely/import-export:6.73.160", + "instance_version": "6.11.8", "main_script": "src/main.py", "modal_template": "src/modal.html", "modal_template_state": { @@ -19,8 +22,10 @@ "icon_background": "#FFFFFF", "headless": true, "context_menu": { - "target": ["images_project"], + "target": [ + "images_project" + ], "context_root": "Download as" }, "poster": "https://user-images.githubusercontent.com/106374579/186664538-21e06509-7372-44db-9f0e-512be05cad91.png" -} +} \ No newline at end of file diff --git a/dev_requirements.txt b/dev_requirements.txt index c8bec4f..79a71bc 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1 +1 @@ -supervisely==6.73.156 +supervisely==6.73.160