Skip to content

Commit

Permalink
Pin xgboost dependency version to 0.90 (apache#4965)
Browse files Browse the repository at this point in the history
* Sets xgboost dependency to be 0.90, preventing
   segfaults during TVM python unit tests execution

 * This is discussed in issue apache#4953
  • Loading branch information
leandron authored and zhiics committed Apr 17, 2020
1 parent 807dbae commit 9e79598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def get_package_data_files():
'matplotlib'],
'extra_feature': ['tornado',
'psutil',
'xgboost',
'xgboost==0.90',
'mypy',
'orderedset',
'antlr4-python3-runtime']},
Expand Down

0 comments on commit 9e79598

Please sign in to comment.