Skip to content

Commit

Permalink
Try liting xgboost_ray version
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi committed Oct 3, 2023
1 parent 624fb5a commit addf02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
fi
if [ -n "$WITH_RAY" ] || [ -n "$WITH_RAY_DAG" ] || [ -n "$WITH_RAY_DEPLOY" ]; then
pip install "ray>=1.8.0,<2.4.0"
pip install "xgboost_ray<0.1.14" "protobuf<4"
pip install xgboost_ray "protobuf<4"
# Ray Datasets need pyarrow>=6.0.1
pip install "pyarrow>=6.0.1"
pip install lightgbm
Expand Down

0 comments on commit addf02e

Please sign in to comment.