Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Depend on released version of Dask (#85)
This updates the required version of Dask / distributed to 2025.2.0, rather than `main`. Paired with the recent changes in dask-upstream-testing, we'll have some coverage for downstream RAPIDS projects against Dask main. The summary of our version policy is for RAPIDS libraries to depend only on released versions of dask, which is controlled in rapids-dask-dependency. CI runs in repos like `rapidsai/cudf` will pick up the latest version of dask allowed by `rapids-dask-dependency`. To ensure we catch and address issues between Dask and RAPIDS before, rapids-dask-dependency includes a cron job that creates an environment with RAPIDS nightly and Dask main. It then runs upstream tests from Dask and downstream tests (e.g. cudf_dask) in that environment. Any failures there will be addressed by PRs in the appropriate library. Authors: - Tom Augspurger (https://github.com/TomAugspurger) Approvers: - Richard (Rick) Zamora (https://github.com/rjzamora) URL: #85
- Loading branch information