Skip to content

Commit

Permalink
Fix Ray+XGBoost example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothiraldan committed Jul 8, 2024
1 parent 8149415 commit 37159db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
},
"outputs": [],
"source": [
"%pip install -U comet_ml \"ray[air]>=2.1.0\" xgboost_ray \"pandas!=2.2.0\""
"# XGBoost is pinned because of https://github.com/ray-project/ray/issues/46476\n",
"%pip install -U comet_ml \"ray[air]>=2.1.0\" xgboost_ray \"pandas!=2.2.0\" \"xgboost!=2.1.0\""
]
},
{
Expand Down

0 comments on commit 37159db

Please sign in to comment.