Skip to content

Commit

Permalink
Bump required xgboost-ray version to 0.1.12
Browse files Browse the repository at this point in the history
Signed-off-by: Antoni Baum <antoni.baum@protonmail.com>
  • Loading branch information
Yard1 committed Oct 6, 2022
1 parent 03f1db0 commit 17633dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
long_description="A distributed backend for LightGBM built on top of "
"distributed computing framework Ray.",
url="https://github.com/ray-project/lightgbm_ray",
install_requires=["lightgbm>=3.2.1", "xgboost_ray>=0.1.10", "packaging"])
install_requires=["lightgbm>=3.2.1", "xgboost_ray>=0.1.12", "packaging"])

0 comments on commit 17633dd

Please sign in to comment.