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 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 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",