Metadata-Version: 2.4
Name: cugraph-pyg-cu13
Version: 26.4.0
Summary: cugraph-pyg - PyG support for cuGraph massive-scale, ultra-fast GPU graph analytics.
Author: NVIDIA Corporation
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/rapidsai/cugraph-gnn
Project-URL: Documentation, https://docs.rapids.ai/api/cugraph/stable/
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cupy-cuda13x>=13.6.0
Requires-Dist: numpy<3.0,>=1.23
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: pylibcugraph-cu13==26.4.*
Requires-Dist: pylibwholegraph-cu13==26.4.*
Provides-Extra: test
Requires-Dist: cugraph-cu13==26.4.*; extra == "test"
Requires-Dist: cuml-cu13==26.4.*; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-benchmark; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Dynamic: license-file

# cugraph-pyg

## Description

cuGraph-PyG supports PyTorch Geometric (PyG) and implements PyG's GraphStore, FeatureStore, Loader, and Sampler interfaces.
