ray/python/requirements/ml/requirements_upstream.txt
Antoni Baum cc7115f6a2
[Tune/CI] Fix tune-sklearn notebook example (#26470)
Fixes the tune-sklearn notebook example as found in #26410

Signed-off-by: Antoni Baum <antoni.baum@protonmail.com>
2022-07-13 18:14:36 +01:00

9 lines
272 B
Text

# Upstream dependencies that depend on Ray.
# Because they depend on Ray, we can't pin the subdependencies.
# So we separate its own requirements file.
ray_lightning==0.2.0
tune-sklearn==0.4.3
xgboost_ray==0.1.9
lightgbm_ray==0.1.4
modin>=0.11.0; python_version >= '3.7'