-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI][Docker] pin xgboost dependency version to 0.90 #4965
Conversation
It seems the broken build reason is not specifically related to this patch. |
hey @leandron we are in the same boat. The discussion is happening at #4961 (comment) |
Thanks @masahi, I posted my comments there. |
the fix #4967 has been merged, please send another commit to retrigger the CI |
Reopen won't trigger the case, need a dummy commit |
Please use the command below to submit a dummy commit, thanks.
|
no need to do dummy commit, just fetch and rebase against master |
* Sets xgboost dependency to be 0.90, preventing segfaults during TVM python unit tests execution * This is discussed in issue #4953
Thanks @masahi @cchung100m @tqchen |
* Sets xgboost dependency to be 0.90, preventing segfaults during TVM python unit tests execution * This is discussed in issue apache#4953
* Sets xgboost dependency to be 0.90, preventing segfaults during TVM python unit tests execution * This is discussed in issue apache#4953
Pin xgboost dependency version to 0.90
Sets xgboost dependency to be 0.90, preventing
segfaults during TVM python unit tests execution
This is discussed in issue [CI][Docker] xgboost 1.0.1 causes segfault on test_autotvm_xgboost_model.py #4953
cc @tqchen