[PyOV] Fix nightly pip conflicts (#13387)

Signed-off-by: p-wysocki <przemyslaw.wysocki@intel.com>
This commit is contained in:
Przemyslaw Wysocki 2022-10-18 11:24:06 +02:00 committed by GitHub
parent 4bc36f29f4
commit 1861609119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View File

@ -21,7 +21,6 @@ flake8_coding
flake8_commas
flake8_pep3101
flake8_quotes
import-order
mypy
onnx<1.12.0
Pep8-naming

View File

@ -1,4 +1,4 @@
pytest~=5.0
pytest>=5.0,<=7.0.1
PyYAML==5.4.1
jsonschema==3.2.0
distro==1.5.0

View File

@ -1,4 +1,4 @@
pytest~=5.0
pytest>=5.0,<=7.0.1
attrs==19.1.0
PyYAML==5.4.1
jsonschema==3.2.0

View File

@ -81,7 +81,7 @@ ALGO_EXTRAS = [
#'hyperopt~=0.1.2',
]
DEV_EXTRAS = ['pytest==4.5.0', 'openpyxl==2.6.4', 'pytest-mock==3.1.1']
DEV_EXTRAS = ['pytest>=5.0,<=7.0.1', 'openpyxl==2.6.4', 'pytest-mock==3.1.1']
DEPENDENCY_LINKS = []