From 415e11c4ea04654ba0ff160faf53e91ef602c3e7 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Fri, 28 Jan 2022 16:59:13 +0800 Subject: [PATCH] update requirements.txt --- python/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index ddb2e136..51f9a939 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ numpy>=1.12, <=1.16.4 ; python_version<"3.5" -shapely==1.7.0 +shapely==1.8.0 wheel>=0.34.0, <0.35.0 setuptools>=44.1.0 google>=2.0.3 @@ -16,8 +16,8 @@ pyclipper==1.2.1 MarkupSafe==1.1.1 Werkzeug==1.0.1 ujson>=2.0.3 -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<=4.2.0.32; platform_machine != "aarch64" opencv-python; platform_machine == "aarch64" pytest -- GitLab