Skip to content

Commit

Permalink
Upgrade XGBoost to >=1.4.0 (#2484)
Browse files Browse the repository at this point in the history
* init

* fix latest dep versions and release notes

Co-authored-by: chukarsten <64713315+chukarsten@users.noreply.github.com>
  • Loading branch information
angela97lin and chukarsten committed Jul 12, 2021
1 parent bd6bae6 commit 7463475
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Release Notes
* Added custom exception message for partial dependence on features with scales that are too small :pr:`2455`
* Updated to work with Pandas 1.3.0 :pr:`2442`
* Changes
* Updated XGBoost dependency to ``>=1.4.0`` :pr:`2484`
* Added a ``DeprecationWarning`` about deprecating the list API for ``ComponentGraph`` :pr:`2488`
* Documentation Changes
* Moved docstrings from ``__init__`` to class pages, added missing docstrings for missing classes, and updated missing default values :pr:`2452`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ sktime==0.6.1
statsmodels==0.12.2
texttable==1.6.3
woodwork==0.4.2
xgboost==1.2.1
xgboost==1.4.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plotly>=5.0.0
kaleido>=0.1.0
ipywidgets>=7.5
xgboost>=1.1.0,<1.3.0
xgboost>=1.4.0
catboost>=0.20
lightgbm>=2.3.1
matplotlib>=3.3.3
Expand Down

0 comments on commit 7463475

Please sign in to comment.