diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3ce48..e71f909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [Version 1.1.1](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.1) - Emhancement release - 2024-06 +- 🐍 Update required wordcloud version to prevent issue with pillow when running word cloud recipe + ## [Version 1.1.0](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.0) - Emhancement release - 2023-05 - 🐍 Added support for python versions 3.8, 3.9 and 3.10 diff --git a/code-env/python/spec/requirements.txt b/code-env/python/spec/requirements.txt index 8a0ea0a..83b6317 100644 --- a/code-env/python/spec/requirements.txt +++ b/code-env/python/spec/requirements.txt @@ -10,8 +10,8 @@ emoji==1.2.0 tqdm==4.60.0 matplotlib==3.3.1 wordcloud==1.8.0; python_version < '3.9' -wordcloud==1.8.2.2; python_version >= '3.9' +wordcloud==1.9.3; python_version >= '3.9' fonttools==4.14.0 pathvalidate==2.3.0 fastcore==1.3.19 -sudachipy==0.6.0; python_version == '3.6' +sudachipy==0.6.0; python_version == '3.6' \ No newline at end of file diff --git a/plugin.json b/plugin.json index 671e871..3201524 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "id": "nlp-visualization", - "version": "1.1.0", + "version": "1.1.1", "meta": { "label": "Text Visualization", "category": "Natural Language Processing",