Files
openvino/model-optimizer/requirements.txt
Evgeny Lazarev f3d1aa6490 Moved MO unit test files to a separate directory (#5312)
* Removed test-generator from all MO requirement files except the dev one

* Moved all MO unit tests files to a separate directory

* Added __init__.py files to the tests directory. Fixed importing paths for some unit tests

* Fixed imports in all unit tests. Moved all unit test related files from the MO code to the dedicated directory

* Renamed directory with unit test utils

* Updated imports in unit tests
2021-04-20 14:47:18 +03:00

11 lines
226 B
Plaintext

tensorflow>=1.15.2,<2.0; python_version < "3.8"
tensorflow>=2.2; python_version >= "3.8"
mxnet>=1.0.0,<=1.7.0
networkx>=1.11
numpy>=1.14.0,<1.19.0
protobuf>=3.6.1
onnx>=1.1.2
defusedxml>=0.5.0
urllib3>=1.25.9
requests>=2.20.0