Skip to content

Commit

Permalink
Update wordcloud version to prevent issue with pillow>10.0.0 (#39)
Browse files Browse the repository at this point in the history
Update wordcloud version to 1.9.3 for pythons 3.9 and more recent
  • Loading branch information
tmwly committed Jul 2, 2024
1 parent c3dd3c2 commit bc5ae6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions code-env/python/spec/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nlp-visualization",
"version": "1.1.0",
"version": "1.1.1",
"meta": {
"label": "Text Visualization",
"category": "Natural Language Processing",
Expand Down

0 comments on commit bc5ae6b

Please sign in to comment.