dmlc / treelite

Universal model exchange and serialization format for decision tree forests
https://treelite.readthedocs.io/en/latest/
Apache License 2.0
723 stars 98 forks source link

[CI] Use latest XGBoost #572

Closed hcho3 closed 2 weeks ago

hcho3 commented 2 weeks ago

The CI is failing because XGBoost 2.0.0 isn't compatible with NumPy 2.0.

https://github.com/dmlc/treelite/actions/runs/9653947253/job/26627211901?pr=570

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.63%. Comparing base (260a5d2) to head (0fdb0a0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## mainline #572 +/- ## ============================================ - Coverage 84.77% 84.63% -0.15% ============================================ Files 71 71 Lines 6340 6340 Branches 523 523 ============================================ - Hits 5375 5366 -9 - Misses 965 974 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.