From 566e00ec42936e24102c635d7d2312053d2abbfc Mon Sep 17 00:00:00 2001 From: Du Phan Date: Wed, 8 Sep 2021 15:20:06 +0200 Subject: [PATCH 1/3] add gensism --- code-env/python/spec/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/code-env/python/spec/requirements.txt b/code-env/python/spec/requirements.txt index 9f009a6..b1e133d 100644 --- a/code-env/python/spec/requirements.txt +++ b/code-env/python/spec/requirements.txt @@ -1,5 +1,6 @@ torch==1.6.0 flair==0.6.1 +gensim==3.8.0 flask>=1.0,<1.1 tqdm==4.50.0 spacy==2.3.2 From 8fff577ac93018a4f908da4028fc9e546b444a7d Mon Sep 17 00:00:00 2001 From: Du Phan Date: Wed, 8 Sep 2021 15:20:16 +0200 Subject: [PATCH 2/3] version bump --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index ab09840..bddb653 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "id": "named-entity-recognition", - "version": "1.3.2", + "version": "1.3.3", "meta": { "label": "Named Entity Recognition", "category": "Natural Language Processing", From 4902281c683003ffff40c5ebb91882e001dc9c8f Mon Sep 17 00:00:00 2001 From: Du Phan Date: Wed, 8 Sep 2021 15:28:50 +0200 Subject: [PATCH 3/3] add changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9066872 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog + +## Version 1.3.3 - Patch release - 2021-09-08 +- Fixed gensism version to avoid api conflict with Flair package