Skip to content

Commit 10f6bce

Browse files
Different pinning for mac and linux
1 parent c6dd005 commit 10f6bce

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
@@ -15,4 +15,5 @@ fonttools==4.14.0
1515
pathvalidate==2.3.0
1616
fastcore==1.3.19
1717
sudachipy==0.6.0; python_version == '3.6'
18-
sudachipy<0.6.10; python_version >= '3.7' and python_version < '3.9'
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"

0 commit comments

Comments
 (0)