Skip to content

Commit d87745e

Browse files
authored
Merge pull request #32 from dataiku/fix/sudachipy
Fix/sudachipy
2 parents d7731ce + 7aa762e commit d87745e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [Version 1.0.1](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.0.1) - Bugfix release - 2022-07
4+
- ✨ Fix sudachipy version not being compatible with Python 3.6 anymore
5+
36
## [Version 1.0.0](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.0.0) - Initial release - 2021-10
47
- ☁  Visualize text data using word clouds...
58
- 🌎 🌍 🌏   ... in 59 languages!

code-env/python/spec/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ wordcloud==1.8.0
1212
fonttools==4.14.0
1313
pathvalidate==2.3.0
1414
fastcore==1.3.19
15+
sudachipy==0.6.0; python_version == '3.6'

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "nlp-visualization",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"meta": {
55
"label": "Text Visualization",
66
"category": "Natural Language Processing",

0 commit comments

Comments
 (0)