From 13e0383d795d2af37ba596bdcb88667887e346c2 Mon Sep 17 00:00:00 2001 From: SWHL Date: Thu, 11 Jul 2024 18:06:33 +0800 Subject: [PATCH] fix(python): Fixed issue #202 --- python/requirements_ort.txt | 10 +++++----- python/requirements_paddle.txt | 8 ++++---- python/requirements_vino.txt | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/python/requirements_ort.txt b/python/requirements_ort.txt index 623368f75..e19741ff1 100644 --- a/python/requirements_ort.txt +++ b/python/requirements_ort.txt @@ -1,8 +1,8 @@ -pyclipper>=1.2.0,<2.0 -opencv_python>=4.5.1.48,<5.0 +pyclipper>=1.2.0 +opencv_python>=4.5.1.48 numpy>=1.19.5,<2.0.0 -six>=1.15.0,<2.0.0 -Shapely>=1.7.1,<2.0.0 +six>=1.15.0 +Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug PyYAML Pillow -onnxruntime>=1.7.0,<2.0.0 \ No newline at end of file +onnxruntime>=1.7.0 \ No newline at end of file diff --git a/python/requirements_paddle.txt b/python/requirements_paddle.txt index 8d89d9475..4e2da0029 100644 --- a/python/requirements_paddle.txt +++ b/python/requirements_paddle.txt @@ -1,7 +1,7 @@ -pyclipper>=1.2.0,<2.0 -opencv_python>=4.5.1.48,<5.0 +pyclipper>=1.2.0 +opencv_python>=4.5.1.48 numpy>=1.19.5,<2.0.0 -six>=1.15.0,<2.0.0 -Shapely>=1.7.1,<2.0.0 +six>=1.15.0 +Shapely>=1.7.1 PyYAML Pillow \ No newline at end of file diff --git a/python/requirements_vino.txt b/python/requirements_vino.txt index bfbb9eeef..95cdf631d 100644 --- a/python/requirements_vino.txt +++ b/python/requirements_vino.txt @@ -1,8 +1,8 @@ -pyclipper>=1.2.0,<2.0 +pyclipper>=1.2.0 openvino>=2022.2.0 -opencv_python>=4.5.1.48,<5.0 +opencv_python>=4.5.1.48 numpy>=1.19.5,<2.0.0 -six>=1.15.0,<2.0.0 -Shapely>=1.7.1,<2.0.0 +six>=1.15.0 +Shapely>=1.7.1 PyYAML Pillow \ No newline at end of file