Closed charlesbluca closed 6 months ago
All recent mlflow packages have a pyarrow<16 constraint that prevents them from being co-installed cuDF builds as of https://github.com/rapidsai/cudf/pull/15703.
mlflow
pyarrow<16
Doesn't look like we're actually running any of the tests depending on mlflow on GPU, we should be good to drop it from CI dependencies outright without dropping coverage.
All recent
mlflow
packages have apyarrow<16
constraint that prevents them from being co-installed cuDF builds as of https://github.com/rapidsai/cudf/pull/15703.Doesn't look like we're actually running any of the tests depending on
mlflow
on GPU, we should be good to drop it from CI dependencies outright without dropping coverage.