We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dd005 commit 10f6bceCopy full SHA for 10f6bce
code-env/python/spec/requirements.txt
@@ -15,4 +15,5 @@ fonttools==4.14.0
15
pathvalidate==2.3.0
16
fastcore==1.3.19
17
sudachipy==0.6.0; python_version == '3.6'
18
-sudachipy<0.6.10; python_version >= '3.7' and python_version < '3.9'
+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