* WIP * WIP * Debug * WIP * Expand function to other setup.pies * Revert mxnet * Update docstring' * restore defusedxml * Update tools/mo/requirements.txt Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com> * Code review --------- Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
22 lines
556 B
Plaintext
22 lines
556 B
Plaintext
# EXCEPTIONS
|
|
# some package versions need to be specified in respective requirements.txt
|
|
# files because the version differs between them:
|
|
# tensorflow, numpy
|
|
mxnet~=1.2.0; sys_platform == 'win32'
|
|
mxnet>=1.7.0.post2,<=1.9.1; sys_platform != 'win32'
|
|
onnx>=1.8.1,<=1.13.1
|
|
networkx<=2.8.8
|
|
pytest>=5.0,<7.3
|
|
protobuf>=3.18.1,<4.0.0
|
|
defusedxml>=0.7.1
|
|
requests>=2.25.1
|
|
fastjsonschema>=2.15.1,<2.17
|
|
coverage>=4.4.2,<=7.0.5
|
|
astroid>=2.9.0
|
|
pylint>=2.7.0
|
|
pyenchant>=3.0.0
|
|
test-generator==0.1.1
|
|
py>=1.9.0
|
|
urllib3>=1.26.4
|
|
openvino-telemetry>=2022.1.0
|
|
opencv-python>=4.5 |