From 8936f26d4b236f95071cb15c54173c9f59d25793 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Fri, 21 Aug 2020 15:17:19 +0800 Subject: [PATCH] fix shapely version --- 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 2b7ae930..523b9e5c 100644 --- a/python/setup.py.app.in +++ b/python/setup.py.app.in @@ -43,7 +43,7 @@ if '${PACK}' == 'ON': REQUIRED_PACKAGES = [ 'six >= 1.10.0', 'sentencepiece', 'opencv-python<=4.2.0.32', 'pillow', - 'shapely', 'pyclipper' + 'shapely<=1.6.1', 'pyclipper' ] packages=['paddle_serving_app', -- GitLab