Skip to content

Commit 752f93e

Browse files
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 : https://pypi.org/project/SudachiPy/0.6.10/#files
1 parent 3f99a5e commit 752f93e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code-env/python/spec/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ regex==2021.4.4
1111
spacy[lookups,ja,th]==2.3.5
1212
symspellpy==6.7.0
1313
tqdm==4.60.0
14-
sudachipy==0.6.0; python_version == '3.6'
14+
sudachipy==0.6.0; python_version == '3.6'
15+
sudachipy<0.6.10; python_version >= '3.7' and python_version < '3.9'

0 commit comments

Comments
 (0)