Skip to content

Commit

Permalink
Pin sudachipy for python 3.7 and 3.8 (#40)
Browse files Browse the repository at this point in the history
* Pin sudachipy for python 3.7 and 3.8

Sudachipy released on the 10th of january 2025 version 0.6.10, with no wheels for python3.8 and before : 

Prepare release 1.1.2
  • Loading branch information
nicolasdalsass authored Jan 17, 2025
1 parent bc5ae6b commit bfd3f61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Version 1.1.1](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.1) - Emhancement release - 2024-06
## [Version 1.1.2](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.2) - Bugfix release - 2025-01
- 🐍 Update required sudachipy version to maintain compatibility with python 3.7 and 3.8

## [Version 1.1.1](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.1) - Bugfix 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
Expand Down
4 changes: 3 additions & 1 deletion code-env/python/spec/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ 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'
sudachipy<0.6.10; python_version >= '3.7' and python_version < '3.9' and platform_system != "Darwin"
sudachipy<0.6.9; python_version >= '3.7' and python_version < '3.9' and platform_system == "Darwin"
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "nlp-visualization",
"version": "1.1.1",
"version": "1.1.2",
"meta": {
"label": "Text Visualization",
"category": "Natural Language Processing",
"description": "Visualize text as word clouds in 59 languages",
"author": "Dataiku (Alex LANDEAU, Alex COMBESSIE)",
"author": "Dataiku (CaraML)",
"icon": "icon-quote-left",
"tags": [
"NLP"
Expand Down

0 comments on commit bfd3f61

Please sign in to comment.