Skip to content

Commit bd4a664

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 bc5ae6b commit bd4a664

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
@@ -14,4 +14,5 @@ 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'

0 commit comments

Comments
 (0)