requirements_upstream.txt 273 B

123456789
  1. # Upstream dependencies that depend on Ray.
  2. # Because they depend on Ray, we can't pin the subdependencies.
  3. # So we separate its own requirements file.
  4. ray_lightning==0.3.0
  5. tune-sklearn==0.4.4
  6. xgboost_ray==0.1.10
  7. lightgbm_ray==0.1.5
  8. modin==0.12.1; python_version >= '3.7'