This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git


The following commit(s) were added to refs/heads/master by this push:
     new 09ddc3e  Pin xgboost dependency version to 0.90 (#4965)
09ddc3e is described below

commit 09ddc3eb98e872321dc99823fd04f3dc6d080d43
Author: Leandro Nunes <[email protected]>
AuthorDate: Tue Mar 3 03:41:31 2020 +0000

    Pin xgboost dependency version to 0.90 (#4965)
    
    * Sets xgboost dependency to be 0.90, preventing
       segfaults during TVM python unit tests execution
    
     * This is discussed in issue #4953
---
 python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/setup.py b/python/setup.py
index a135a6c..937d682 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -164,7 +164,7 @@ setup(name='tvm',
                                'matplotlib'],
                       'extra_feature': ['tornado',
                                         'psutil',
-                                        'xgboost',
+                                        'xgboost==0.90',
                                         'mypy',
                                         'orderedset',
                                         'antlr4-python3-runtime']},

Reply via email to