Metadata-Version: 2.4
Name: distributed-ucxx
Version: 0.43.0
Summary: UCX communication module for Dask Distributed
Author: NVIDIA Corporation
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/rapidsai/ucxx
Project-URL: Documentation, https://distributed.dask.org/
Project-URL: Source, https://github.com/rapidsai/ucxx
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numba<0.61.0a0,>=0.59.1
Requires-Dist: rapids-dask-dependency==25.4.*
Requires-Dist: ucxx==0.43.*
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-click>=2.7.1; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=0.5.1; extra == "docs"
Provides-Extra: test
Requires-Dist: cudf==25.4.*; extra == "test"
Requires-Dist: cupy-cuda11x>=12.0.0; extra == "test"
Requires-Dist: numpy<3.0a0,>=1.23; extra == "test"
Requires-Dist: pytest-rerunfailures; extra == "test"
Requires-Dist: pytest==7.*; extra == "test"
Dynamic: license-file

# UCX Communication Module for Distributed

This is the UCX communication module for the Distributed framework. It is required to enable UCX communications.
