Skip to content

Commit d8a2816

Browse files
authored
Merge pull request #7 from dataiku/task/fix-gensism-version
Task/fix gensism version
2 parents 6fa11f8 + 4902281 commit d8a2816

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
3+
## Version 1.3.3 - Patch release - 2021-09-08
4+
- Fixed gensism version to avoid api conflict with Flair package

Diff for: code-env/python/spec/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
torch==1.6.0
22
flair==0.6.1
3+
gensim==3.8.0
34
flask>=1.0,<1.1
45
tqdm==4.50.0
56
spacy==2.3.2

Diff for: plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "named-entity-recognition",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"meta": {
55
"label": "Named Entity Recognition",
66
"category": "Natural Language Processing",

0 commit comments

Comments
 (0)