rapids-dask-dependency
Dask and Distributed version pinning for RAPIDS
What it is and what it does
rapids-dask-dependency is a metapackage that centralizes Dask version pinning across RAPIDS releases. Because Dask's API changes between releases, each RAPIDS version must lock to a specific Dask and distributed pair to avoid incompatibilities. This package encodes those pinned versions and makes them available as a single dependency.
Beyond version pinning, the package includes a patching mechanism that runs on Python startup. It installs a .pth file and a custom meta path loader that intercepts all dask module imports and applies RAPIDS-specific patches automatically. This ensures dask modules are always compatible with RAPIDS regardless of import order, and users never need to manually import or configure it—it activates transparently when RAPIDS packages are installed.
Use it for:
- Installing RAPIDS packages that depend on a specific Dask version without manually managing version conflicts.
- Ensuring dask modules are patched for RAPIDS compatibility automatically on interpreter startup.
- Building RAPIDS nightly environments where alpha-tagged versions of the metapackage must be pinned with CalVer constraints.
- Centralizing Dask dependency management across multiple RAPIDS packages in a single release.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Pins compatible versions of dask and distributed for RAPIDS packages, and patches dask modules on import to ensure RAPIDS compatibility.
Yes, if you are using RAPIDS packages. This metapackage is essential for RAPIDS users to ensure Dask compatibility and automatic patching. It has no direct use outside RAPIDS environments and should not be installed standalone. For RAPIDS users, it is a required dependency managed by RAPIDS packages themselves, not typically installed directly.
Install
rapids-dask-dependency on PyPI
pip
pip install rapids-dask-dependencyuv
uv add rapids-dask-dependencypoetry
poetry add rapids-dask-dependencyInstalling rapids-dask-dependency
Before you install
Active maintenance with a release 8 days ago. Low install friction—a pure Python wheel with only dask and distributed as runtime dependencies.
License in practice
Apache-2.0 permissive license allows use in most commercial and open-source projects without significant restrictions.
Quickstart
pip install rapids-dask-dependency==26.8.0
# No manual import needed; the package installs a .pth file that automatically
# patches dask modules on Python interpreter startup when RAPIDS packages are present.
Intended for use within RAPIDS environments; manual import is not supported and patches are applied automatically via site initialization.
Verify before relying
- Specific dask and distributed versions pinned by this release (26.8.0) are not listed in the fact sheet.
- Scope and nature of RAPIDS-specific patches applied to dask modules.
- Whether the package works correctly with Python versions not explicitly declared in requires_python.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — dask, distributed |
| Maintenance | actively maintained — 8 days since the last release |
| First released | |
| Downloads | 251,620/month — #8,572 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: rapids_dask_dependency-26.8.0-py3-none-any.whl
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
dask-cudaDask CUDA provides utilities for deploying and…
permissive · top 15,000 on PyPI
raft-dask-cu12Provides multi-node multi-GPU distributed…
permissive · top 15,000 on PyPI
pinsPins publishes and shares Python objects (data,…
permissive · top 15,000 on PyPI
distributed-ucxx-cu12Provides a high-performance UCX communication…
permissive · top 15,000 on PyPI
rapids-loggerrapids-logger provides a CMake-based framework…
permissive · top 15,000 on PyPI
donfigDonfig provides a unified configuration system…
permissive · top 5,000 on PyPI
dask-awkwardDask-awkward integrates Awkward Array with Dask…
permissive · top 15,000 on PyPI
sail-sdksail-sdk is a deprecated compatibility shim…
unclear · top 15,000 on PyPI
dask-cudf-cu12Dask cuDF extends Dask DataFrame with a…
permissive · top 15,000 on PyPI
prefect-daskIntegrates Prefect workflow orchestration with…
permissive · top 15,000 on PyPI