From cea97a2203b63f7e3868c68c31c182d61a7ceba6 Mon Sep 17 00:00:00 2001 From: peixed351 <120389559+peixed351@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:01:32 +0300 Subject: [PATCH 1/4] Update and rename requirements.txt to dev_requirements.txt --- dev_requirements.txt | 1 + requirements.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 dev_requirements.txt delete mode 100644 requirements.txt diff --git a/dev_requirements.txt b/dev_requirements.txt new file mode 100644 index 0000000..4b38eae --- /dev/null +++ b/dev_requirements.txt @@ -0,0 +1 @@ +supervisely==6.72.55 diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 7de9560..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -supervisely==6.35.0 -supervisely[apps]==6.35.0 \ No newline at end of file From d2584638aeb13a52a0982d16a898f775c458d1b7 Mon Sep 17 00:00:00 2001 From: peixed351 <120389559+peixed351@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:01:48 +0300 Subject: [PATCH 2/4] Update sl version --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index b73fa4f..11f89f1 100644 --- a/config.json +++ b/config.json @@ -9,7 +9,7 @@ "visualization stats" ], "description": "Detailed statistics for all classes in images project", - "docker_image": "supervisely/base-py-sdk:6.35.0", + "docker_image": "supervisely/base-py-sdk:6.72.55", "instance_version": "6.4.57", "main_script": "src/classes_stats_for_images.py", "modal_template": "src/modal.html", @@ -29,4 +29,4 @@ "icon": "https://img.icons8.com/fluent/96/000000/combo-chart.png", "icon_background": "#FFFFFF", "poster": "https://i.imgur.com/cISE5uw.png" -} \ No newline at end of file +} From ba5d4a9b77c47cb227df6d1aebb985919acabf9c Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:26:46 +0400 Subject: [PATCH 3/4] 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 4b38eae..3dae32e 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1 +1 @@ -supervisely==6.72.55 +supervisely==6.72.70 From 436d22fd26f92c8730d4763fff949dc505ec177a Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:26:56 +0400 Subject: [PATCH 4/4] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 11f89f1..0488bd0 100644 --- a/config.json +++ b/config.json @@ -9,7 +9,7 @@ "visualization stats" ], "description": "Detailed statistics for all classes in images project", - "docker_image": "supervisely/base-py-sdk:6.72.55", + "docker_image": "supervisely/base-py-sdk:6.72.70", "instance_version": "6.4.57", "main_script": "src/classes_stats_for_images.py", "modal_template": "src/modal.html",