From 544c1acd2be086c35e9f84a7b4359439515a0892 Mon Sep 17 00:00:00 2001 From: Anastasia Kuporosova Date: Fri, 16 Dec 2022 10:05:34 +0100 Subject: [PATCH] [PyOV] remove opencv from requirements (#14617) --- .../python/src/compatibility/openvino/requirements-dev.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bindings/python/src/compatibility/openvino/requirements-dev.txt b/src/bindings/python/src/compatibility/openvino/requirements-dev.txt index 6e6dae9aee6..960660592d8 100644 --- a/src/bindings/python/src/compatibility/openvino/requirements-dev.txt +++ b/src/bindings/python/src/compatibility/openvino/requirements-dev.txt @@ -1,7 +1,6 @@ -opencv-python>=3.4.4.19 pytest>=5.0,<=7.0.1; python_version < '3.10' pytest==7.2.0; python_version >= '3.10' py>=1.9.0 attrs==22.1.0 pytest-html==1.19.0 -cython>=0.29.32 \ No newline at end of file +cython>=0.29.32