From f336825ce0ba61062ed627b403398e538c74b84a Mon Sep 17 00:00:00 2001 From: ShiningZhang Date: Fri, 11 Feb 2022 17:16:47 +0800 Subject: [PATCH] Merge pull request #1631 from ShiningZhang/develop Update setup.py.app.in for sentencepiece --- python/setup.py.app.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py.app.in b/python/setup.py.app.in index 0d4763df..960f9f70 100644 --- a/python/setup.py.app.in +++ b/python/setup.py.app.in @@ -44,7 +44,7 @@ REQUIRED_PACKAGES = [ 'six >= 1.10.0', 'pillow', 'pyclipper', 'shapely', - 'sentencepiece<=0.1.92; platform_machine != "aarch64"', + 'sentencepiece<=0.1.96; platform_machine != "aarch64"', 'sentencepiece; platform_machine == "aarch64"', 'opencv-python<=4.2.0.32; platform_machine != "aarch64"', 'opencv-python; platform_machine == "aarch64"', -- GitLab