Skip to content

Commit bc5ae6b

Browse files
authored
Update wordcloud version to prevent issue with pillow>10.0.0 (#39)
Update wordcloud version to 1.9.3 for pythons 3.9 and more recent
1 parent c3dd3c2 commit bc5ae6b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [Version 1.1.1](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.1) - Emhancement release - 2024-06
4+
- 🐍 Update required wordcloud version to prevent issue with pillow when running word cloud recipe
5+
36
## [Version 1.1.0](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.0) - Emhancement release - 2023-05
47
- 🐍 Added support for python versions 3.8, 3.9 and 3.10
58

code-env/python/spec/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ emoji==1.2.0
1010
tqdm==4.60.0
1111
matplotlib==3.3.1
1212
wordcloud==1.8.0; python_version < '3.9'
13-
wordcloud==1.8.2.2; python_version >= '3.9'
13+
wordcloud==1.9.3; python_version >= '3.9'
1414
fonttools==4.14.0
1515
pathvalidate==2.3.0
1616
fastcore==1.3.19
17-
sudachipy==0.6.0; python_version == '3.6'
17+
sudachipy==0.6.0; python_version == '3.6'

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "nlp-visualization",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"meta": {
55
"label": "Text Visualization",
66
"category": "Natural Language Processing",

0 commit comments

Comments
 (0)