[PyOV] Fix nightly pip conflicts (#13387)
Signed-off-by: p-wysocki <przemyslaw.wysocki@intel.com>
This commit is contained in:
parent
4bc36f29f4
commit
1861609119
@ -21,7 +21,6 @@ flake8_coding
|
||||
flake8_commas
|
||||
flake8_pep3101
|
||||
flake8_quotes
|
||||
import-order
|
||||
mypy
|
||||
onnx<1.12.0
|
||||
Pep8-naming
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user