diff --git a/python/setup.py.app.in b/python/setup.py.app.in index 2b7ae9303aa95eace7b0eab99d787ca43af48e00..523b9e5c493e881d1ac3d6553bdb57a91f084acb 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',