requirements_upstream.txt 311 B

12345678910
  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.15
  7. lightgbm_ray==0.1.8
  8. modin==0.12.1; python_version < '3.8'
  9. modin==0.18.1; python_version >= '3.8'