anirudhacharya commented on a change in pull request #9892: [WIP] Serde Module
for Import/Export of models between Onnx and Mxnet
URL: https://github.com/apache/incubator-mxnet/pull/9892#discussion_r171386432
##########
File path: python/setup.py
##########
@@ -28,7 +28,7 @@
else:
from setuptools import setup
from setuptools.extension import Extension
- kwargs = {'install_requires': ['numpy<=1.13.3,>=1.8.2',
'requests==2.18.4', 'graphviz==0.8.1'], 'zip_safe': False}
+ kwargs = {'install_requires': ['numpy<=1.13.3,>=1.8.2',
'requests==2.18.4', 'graphviz==0.8.1', 'onnx>=1.0.1'], 'zip_safe': False}
Review comment:
will do.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services