projects
/
platform
/
upstream
/
tvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f859d7
)
[Python dep] Add missing dep pkg for relay (#2568)
author
Bing Xu
<antinucleon@gmail.com>
Wed, 6 Feb 2019 03:44:56 +0000
(19:44 -0800)
committer
Tianqi Chen
<tqchen@users.noreply.github.com>
Wed, 6 Feb 2019 03:44:56 +0000
(21:44 -0600)
python/setup.py
patch
|
blob
|
history
diff --git
a/python/setup.py
b/python/setup.py
index 71d61a52e3494313461d382011be2e3f284ccd65..4127892925ef826c413e13ac91d3c5f8320d5aeb 100644
(file)
--- a/
python/setup.py
+++ b/
python/setup.py
@@
-129,6
+129,7
@@
setup(name='tvm',
install_requires=[
'numpy',
'decorator',
+ 'attrs',
],
packages=find_packages(),
distclass=BinaryDistribution,