Unverified Commit 09ddc3eb by Leandro Nunes Committed by GitHub

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
parent 8502691b
......@@ -164,7 +164,7 @@ setup(name='tvm',
'matplotlib'],
'extra_feature': ['tornado',
'psutil',
'xgboost',
'xgboost==0.90',
'mypy',
'orderedset',
'antlr4-python3-runtime']},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment