Metadata-Version: 2.4
Name: cugraph-pyg
Version: 26.2.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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
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==26.2.*
Requires-Dist: pylibwholegraph==26.2.*
Requires-Dist: torch-geometric<2.8,>=2.5
Provides-Extra: test
Requires-Dist: cugraph==26.2.*; extra == "test"
Requires-Dist: cuml==26.2.*; extra == "test"
Requires-Dist: ogb; extra == "test"
Requires-Dist: pytest-benchmark; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: pytest<9.0.0; extra == "test"
Requires-Dist: sentence-transformers; extra == "test"
Requires-Dist: torch>=2.9.0; extra == "test"
Dynamic: license-file

# cugraph-pyg

## Description

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