Re: XGBoost 1.5 Ubuntu 20.04

Hello,
I’m trying to update to XGBoost 1.5

Current OS:
Ubuntu 20.04.2 LTS

When I try: $ pip install xgboost
I get the message:
Requirement already satisfied: xgboost in /usr/local/lib/python3.8/dist-packages (1.4.2)
Requirement already satisfied: numpy in /usr/lib/python3/dist-packages (from xgboost) (1.17.4)
Requirement already satisfied: scipy in ./.local/lib/python3.8/site-packages (from xgboost) (1.6.3)

Any ideas?
Regards

The latest stable release is 1.4.2. We have not released 1.5 yet.

1 Like

When is 1.5 scheduled to be released?

No concrete date yet. Here is the roadmap: https://github.com/dmlc/xgboost/issues/6846

1 Like

Thank for your help!