skillfed

rapids-dask-dependency

Dask and Distributed version pinning for RAPIDS

rapids-dask-dependency v26.8.0 251.6K downloads/30d#8,572 on PyPI
Permissive license Apache-2.0 Active released

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-dependency

uv

uv add rapids-dask-dependency

poetry

poetry add rapids-dask-dependency

Installing 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

dask version pinningrapids dask compatibilitydask distributed metapackagedask patching for rapidsdask dependency management
rapidsdask-integrationmetapackage

More Distributed Computing packages