22 lines
538 B
Plaintext
22 lines
538 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<=3.1.0
|
|
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.18
|
|
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>=2023.1.0
|