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 3827cd0  Upgrade XGBoost to latest (#5658)
3827cd0 is described below

commit 3827cd044d843006dc49bb28a058275598c52c29
Author: Philip Hyunsu Cho <chohy...@cs.washington.edu>
AuthorDate: Fri May 22 19:40:46 2020 -0700

    Upgrade XGBoost to latest (#5658)
---
 python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/setup.py b/python/setup.py
index fb126ec..682589e 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -165,7 +165,7 @@ setup(name='tvm',
                                'matplotlib'],
                       'extra_feature': ['tornado',
                                         'psutil',
-                                        'xgboost==0.90',
+                                        'xgboost>=1.1.0',
                                         'mypy',
                                         'orderedset',
                                         'antlr4-python3-runtime']},

Reply via email to