From 304f773549327768e36ab20e719cb71ae5fcc4c6 Mon Sep 17 00:00:00 2001 From: SWHL Date: Thu, 11 Jul 2024 18:08:08 +0800 Subject: [PATCH] fix(python): Fixed issue #202 and add Shapely version limited --- python/requirements_paddle.txt | 2 +- python/requirements_vino.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements_paddle.txt b/python/requirements_paddle.txt index 4e2da0029..e53f19586 100644 --- a/python/requirements_paddle.txt +++ b/python/requirements_paddle.txt @@ -2,6 +2,6 @@ pyclipper>=1.2.0 opencv_python>=4.5.1.48 numpy>=1.19.5,<2.0.0 six>=1.15.0 -Shapely>=1.7.1 +Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug PyYAML Pillow \ No newline at end of file diff --git a/python/requirements_vino.txt b/python/requirements_vino.txt index 95cdf631d..7ba825b60 100644 --- a/python/requirements_vino.txt +++ b/python/requirements_vino.txt @@ -3,6 +3,6 @@ openvino>=2022.2.0 opencv_python>=4.5.1.48 numpy>=1.19.5,<2.0.0 six>=1.15.0 -Shapely>=1.7.1 +Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug PyYAML Pillow \ No newline at end of file