Skip to content

Commit 884c266

Browse files
Different pinning for mac and darwin
1 parent 752f93e commit 884c266

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
@@ -12,4 +12,5 @@ spacy[lookups,ja,th]==2.3.5
1212
symspellpy==6.7.0
1313
tqdm==4.60.0
1414
sudachipy==0.6.0; python_version == '3.6'
15-
sudachipy<0.6.10; python_version >= '3.7' and python_version < '3.9'
15+
sudachipy<0.6.10; python_version >= '3.7' and python_version < '3.9' and platform_system != "Darwin"
16+
sudachipy<0.6.9; python_version >= '3.7' and python_version < '3.9' and platform_system == "Darwin"'

0 commit comments

Comments
 (0)