[PyOV] remove opencv from requirements (#14617)

This commit is contained in:
Anastasia Kuporosova 2022-12-16 10:05:34 +01:00 committed by GitHub
parent 43164a6b25
commit 544c1acd2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
opencv-python>=3.4.4.19
pytest>=5.0,<=7.0.1; python_version < '3.10' pytest>=5.0,<=7.0.1; python_version < '3.10'
pytest==7.2.0; python_version >= '3.10' pytest==7.2.0; python_version >= '3.10'
py>=1.9.0 py>=1.9.0
attrs==22.1.0 attrs==22.1.0
pytest-html==1.19.0 pytest-html==1.19.0
cython>=0.29.32 cython>=0.29.32