Nightly build of PyTorch Geometric (PyG), a library for graph neural networks built on PyTorch. Current version 2.8.0.dev20260501. It tracks the latest development, includes experimental features and unreleased fixes, and is updated daily. Requires Python >=3.10 and PyTorch.
pip install pyg-nightlyVerified import paths — ran on the pinned version, not inferred.
Create a simple graph with two edges.
Pin to a specific nightly version if reproducibility is required, or use the stable release.
Use `import torch_geometric`.
Consult the changelog and migrate to the recommended replacements.