ray/python/requirements/ml/requirements_upstream.txt
Kaushik B 8515fdd6db
[tune] Update Lightning examples to support PTL 1.5 (#20562)
To helps resolve the issues users are facing with running Lightning examples with Ray Tune PyTorchLightning/pytorch-lightning#10407

Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2022-02-11 17:45:06 -08: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.1
xgboost_ray==0.1.4
lightgbm_ray==0.0.2
modin>=0.11.0; python_version >= '3.7'