Files
openvino/model-optimizer/requirements_tf.txt
Roman Kazantsev 82e15a5a64 Support python 3.8 by the Model Optimizer tool in default configuration (#2078)
* Support python 3.8 by the Model Optimizer tool in default configuration

* Fix after review #1

* Fix after the second round review
2020-09-09 08:34:43 +03:00

7 lines
158 B
Plaintext

tensorflow>=1.15.2,<2.0; python_version < "3.8"
tensorflow>=2.0; python_version >= "3.8"
networkx>=1.11
numpy>=1.13.0
test-generator==0.1.1
defusedxml>=0.5.0