Skip to content

Commit bfd3f61

Browse files
Pin sudachipy for python 3.7 and 3.8 (#40)
* 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
1 parent bc5ae6b commit bfd3f61

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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
3+
## [Version 1.1.2](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.2) - Bugfix release - 2025-01
4+
- 🐍 Update required sudachipy version to maintain compatibility with python 3.7 and 3.8
5+
6+
## [Version 1.1.1](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.1) - Bugfix release - 2024-06
47
- 🐍 Update required wordcloud version to prevent issue with pillow when running word cloud recipe
58

69
## [Version 1.1.0](https://github.com/dataiku/dss-plugin-nlp-visualization/releases/tag/v1.1.0) - Emhancement release - 2023-05

code-env/python/spec/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ 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'
18+
sudachipy<0.6.10; python_version >= '3.7' and python_version < '3.9' and platform_system != "Darwin"
19+
sudachipy<0.6.9; python_version >= '3.7' and python_version < '3.9' and platform_system == "Darwin"

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "nlp-visualization",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"meta": {
55
"label": "Text Visualization",
66
"category": "Natural Language Processing",
77
"description": "Visualize text as word clouds in 59 languages",
8-
"author": "Dataiku (Alex LANDEAU, Alex COMBESSIE)",
8+
"author": "Dataiku (CaraML)",
99
"icon": "icon-quote-left",
1010
"tags": [
1111
"NLP"

0 commit comments

Comments
 (0)