From 0911804d78a0776a28741a1158556327b61c83c5 Mon Sep 17 00:00:00 2001 From: AurelienNober Date: Wed, 26 Apr 2023 10:48:10 +0200 Subject: [PATCH] support new python version and auto package set --- code-env/python/desc.json | 7 ++++++- plugin.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/code-env/python/desc.json b/code-env/python/desc.json index e875b16..e93fada 100644 --- a/code-env/python/desc.json +++ b/code-env/python/desc.json @@ -2,8 +2,13 @@ "acceptedPythonInterpreters": [ "PYTHON35", "PYTHON36", - "PYTHON37" + "PYTHON37", + "PYTHON38", + "PYTHON39", + "PYTHON310", + "PYTHON311" ], + "corePackagesSet": "AUTO", "forceConda": false, "installCorePackages": true, "installJupyterSupport": false diff --git a/plugin.json b/plugin.json index 8b1a4fd..9303b2a 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "id": "amazon-comprehend-nlp-medical", - "version": "1.0.2", + "version": "1.1.0", "meta": { "label": "Amazon Comprehend Medical", "category": "Natural Language Processing",