Skip to content

Commit

Permalink
Unpin pillow, update wordcloud version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmwly committed Jun 25, 2024
1 parent 34c78c0 commit 4cd9dbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## [Version 1.1.1](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.1) - Emhancement release - 2024-06
- 🐍 Pin pillow version to prevent issue when running word cloud recipe
- 🐍 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
7 changes: 3 additions & 4 deletions code-env/python/spec/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ spacy[lookups,ja,th]==3.5.2; python_version >= '3.9'
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.8.0; python_version <= '3.6'
wordcloud==1.9.3; python_version > '3.6'
fonttools==4.14.0
pathvalidate==2.3.0
fastcore==1.3.19
sudachipy==0.6.0; python_version == '3.6'
pillow<=9.5.0
sudachipy==0.6.0; python_version == '3.6'

0 comments on commit 4cd9dbe

Please sign in to comment.