Metadata-Version: 2.1
Name: distributed-ucxx-cu12
Version: 0.38.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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numba >=0.57.1
Requires-Dist: rapids-dask-dependency ==24.6.*
Requires-Dist: ucxx-cu12 ==0.38.*
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-cu12 ==24.6.* ; extra == 'test'
Requires-Dist: cupy-cuda12x >=12.0.0 ; extra == 'test'
Requires-Dist: numpy <2.0a0,>=1.23 ; extra == 'test'
Requires-Dist: pytest-rerunfailures ; extra == 'test'
Requires-Dist: pytest ==7.* ; extra == 'test'

# UCX Communication Module for Distributed

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