From f278ee4d406c91a4b0d92e37b22cfb0b9a4467ac Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Wed, 21 Apr 2021 20:39:56 +0800 Subject: [PATCH] Upgrade sentencepiece version to 0.1.92 --- 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 cffa63cf..0d4763df 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.83; platform_machine != "aarch64"', + 'sentencepiece<=0.1.92; platform_machine != "aarch64"', 'sentencepiece; platform_machine == "aarch64"', 'opencv-python<=4.2.0.32; platform_machine != "aarch64"', 'opencv-python; platform_machine == "aarch64"', -- GitLab