Skip to content

Commit e664c36

Browse files
committed
Merged in deps_update (pull request apache#20)
Update deps for TVM * Update deps for TVM Approved-by: Jeffrey Spitz
1 parent ccf651d commit e664c36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ def get_package(env, pkg_name, pkg_version):
195195
'decorator',
196196
'attrs',
197197
'psutil',
198-
'sima-topi==' + tvm_version,
199-
'sima-mlc'
198+
'sima-topi==' + tvm_version
200199
],
201200
extras_require={'test': ['pillow<7',
202201
'matplotlib'],

0 commit comments

Comments
 (0)