Skip to content

Commit

Permalink
Fix wrong xgboost_ray version
Browse files Browse the repository at this point in the history
Signed-off-by: Antoni Baum <[email protected]>
  • Loading branch information
Yard1 committed Oct 6, 2022
1 parent 545dd8f commit 7aedfc9
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.12", "packaging"])
install_requires=["lightgbm>=3.2.1", "xgboost_ray>=0.1.11", "packaging"])

0 comments on commit 7aedfc9

Please sign in to comment.