add missing dependency (#6375)
authorHaichen Shen <shenhaichen@gmail.com>
Wed, 2 Sep 2020 04:46:19 +0000 (21:46 -0700)
committerGitHub <noreply@github.com>
Wed, 2 Sep 2020 04:46:19 +0000 (21:46 -0700)
python/setup.py

index 79d7a81..bef1f37 100644 (file)
@@ -161,6 +161,7 @@ setup(name='tvm',
         'decorator',
         'attrs',
         'psutil',
+        'typed_ast',
         ],
       extras_require={'test': ['pillow<7',
                                'matplotlib'],