* Update MO requirements to allow TF1.15 if already installed * Removing pyhton version check as redundant * Updating requirements.txt as well
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
tensorflow>=1.15.5,<2.6
|
|
mxnet~=1.2.0; sys_platform == 'win32'
|
|
mxnet~=1.7.0.post2; sys_platform != 'win32'
|
|
networkx~=2.5; python_version <= "3.6"
|
|
networkx~=2.6; python_version > "3.6"
|
|
numpy>=1.16.6,<1.20
|
|
protobuf>=3.15.6
|
|
onnx>=1.8.1
|
|
defusedxml>=0.7.1
|
|
urllib3>=1.26.4
|
|
requests>=2.25.1
|
|
fastjsonschema~=2.15.1
|
|
openvino-telemetry>=2022.1.0
|