From 7fab95fef20a8d540199dad7b9a1b802f5c895f6 Mon Sep 17 00:00:00 2001 From: Zlobin Vladimir Date: Fri, 6 Jan 2023 15:42:43 +0400 Subject: [PATCH] Relax OpenCV dependency (#14968) Close https://github.com/openvinotoolkit/openvino/issues/14875 --- samples/python/classification_sample_async/requirements.txt | 2 +- samples/python/hello_classification/requirements.txt | 2 +- samples/python/hello_reshape_ssd/requirements.txt | 2 +- tools/cross_check_tool/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/python/classification_sample_async/requirements.txt b/samples/python/classification_sample_async/requirements.txt index 2d3d6d182d4..15a866656e2 100644 --- a/samples/python/classification_sample_async/requirements.txt +++ b/samples/python/classification_sample_async/requirements.txt @@ -1 +1 @@ -opencv-python==4.5.* +opencv-python>=4.5 diff --git a/samples/python/hello_classification/requirements.txt b/samples/python/hello_classification/requirements.txt index 2d3d6d182d4..15a866656e2 100644 --- a/samples/python/hello_classification/requirements.txt +++ b/samples/python/hello_classification/requirements.txt @@ -1 +1 @@ -opencv-python==4.5.* +opencv-python>=4.5 diff --git a/samples/python/hello_reshape_ssd/requirements.txt b/samples/python/hello_reshape_ssd/requirements.txt index 2d3d6d182d4..15a866656e2 100644 --- a/samples/python/hello_reshape_ssd/requirements.txt +++ b/samples/python/hello_reshape_ssd/requirements.txt @@ -1 +1 @@ -opencv-python==4.5.* +opencv-python>=4.5 diff --git a/tools/cross_check_tool/requirements.txt b/tools/cross_check_tool/requirements.txt index 441bcd60397..24a1329aa18 100644 --- a/tools/cross_check_tool/requirements.txt +++ b/tools/cross_check_tool/requirements.txt @@ -1,2 +1,2 @@ numpy>=1.16.6 -opencv-python==4.5.* \ No newline at end of file +opencv-python>=4.5