Skip to content

Commit

Permalink
Merge pull request #7 from dataiku/task/fix-gensism-version
Browse files Browse the repository at this point in the history
Task/fix gensism version
  • Loading branch information
du-phan authored Sep 8, 2021
2 parents 6fa11f8 + 4902281 commit d8a2816
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## Version 1.3.3 - Patch release - 2021-09-08
- Fixed gensism version to avoid api conflict with Flair package
1 change: 1 addition & 0 deletions code-env/python/spec/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d8a2816

Please sign in to comment.