Skip to content

Commit

Permalink
Update SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt committed Oct 9, 2024
1 parent 2b5783a commit 546b18a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
29 changes: 13 additions & 16 deletions config.json
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 546b18a

Please sign in to comment.