Pin xgboost dependency version to 0.90 (#4965)
authorLeandro Nunes <leandro.nunes@arm.com>
Tue, 3 Mar 2020 03:41:31 +0000 (03:41 +0000)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 03:41:31 +0000 (19:41 -0800)
* Sets xgboost dependency to be 0.90, preventing
   segfaults during TVM python unit tests execution

 * This is discussed in issue #4953

python/setup.py

index a135a6c..937d682 100644 (file)
@@ -164,7 +164,7 @@ setup(name='tvm',
                                'matplotlib'],
                       'extra_feature': ['tornado',
                                         'psutil',
-                                        'xgboost',
+                                        'xgboost==0.90',
                                         'mypy',
                                         'orderedset',
                                         'antlr4-python3-runtime']},