Commit 7c124950 by Bing Xu Committed by Tianqi Chen

[Python dep] Add missing dep pkg for relay (#2568)

parent 2f859d71
......@@ -129,6 +129,7 @@ setup(name='tvm',
install_requires=[
'numpy',
'decorator',
'attrs',
],
packages=find_packages(),
distclass=BinaryDistribution,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment