Skip to content

Commit

Permalink
Pin xgboost dependency version to 0.90 (#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 #4953
  • Loading branch information
leandron authored Mar 3, 2020
1 parent 8502691 commit 09ddc3e
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 09ddc3e

Please sign in to comment.