[Python dep] Add missing dep pkg for relay (#2568)
authorBing Xu <antinucleon@gmail.com>
Wed, 6 Feb 2019 03:44:56 +0000 (19:44 -0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Wed, 6 Feb 2019 03:44:56 +0000 (21:44 -0600)
python/setup.py

index 71d61a52e3494313461d382011be2e3f284ccd65..4127892925ef826c413e13ac91d3c5f8320d5aeb 100644 (file)
@@ -129,6 +129,7 @@ setup(name='tvm',
       install_requires=[
         'numpy',
         'decorator',
+        'attrs',
         ],
       packages=find_packages(),
       distclass=BinaryDistribution,