Upgrade XGBoost to latest (#5658)
authorPhilip Hyunsu Cho <chohyu01@cs.washington.edu>
Sat, 23 May 2020 02:40:46 +0000 (19:40 -0700)
committerGitHub <noreply@github.com>
Sat, 23 May 2020 02:40:46 +0000 (19:40 -0700)
python/setup.py

index fb126ec..682589e 100644 (file)
@@ -165,7 +165,7 @@ setup(name='tvm',
                                'matplotlib'],
                       'extra_feature': ['tornado',
                                         'psutil',
-                                        'xgboost==0.90',
+                                        'xgboost>=1.1.0',
                                         'mypy',
                                         'orderedset',
                                         'antlr4-python3-runtime']},