Migrating to pyg-lib
torch-cluster==1.6.3 was the final release of torch-cluster, and there will be no further feature work, bug fixes, or new wheels. For the latest and future release of PyG torch-geometric>=2.8.0, please migrate to pyg-lib>=0.7.0 by updating your pip install command:
- pip install torch-geometric pyg-lib torch-cluster -f https://data.pyg.org/whl/torch-${TORCH}+${CUDA}.html
+ pip install torch-geometric pyg-lib -f https://data.pyg.org/whl/torch-${TORCH}+${CUDA}.html
pyg-lib provides manylinux wheels across a full matrix of Python and CUDA versions for every supported PyTorch release.
Issues & contributions
Please open new issues and pull requests in pyg-lib. We are not triaging new reports in this repository anymore.
Thank you 🙏
Thanks to everyone who used, reported issues against, and contributed to torch-cluster over the years. We're consolidating the effort in pyg-lib to keep PyG's low-level ops faster and easier to maintain.
Caution
This repository is deprecated and no longer maintained. All functionality has been migrated to
pyg-lib>=0.7.0: https://github.com/pyg-team/pyg-libMigrating to pyg-lib
torch-cluster==1.6.3was the final release oftorch-cluster, and there will be no further feature work, bug fixes, or new wheels. For the latest and future release of PyGtorch-geometric>=2.8.0, please migrate topyg-lib>=0.7.0by updating yourpipinstall command:pyg-libprovidesmanylinuxwheels across a full matrix of Python and CUDA versions for every supported PyTorch release.Issues & contributions
Please open new issues and pull requests in
pyg-lib. We are not triaging new reports in this repository anymore.Thank you 🙏
Thanks to everyone who used, reported issues against, and contributed to
torch-clusterover the years. We're consolidating the effort inpyg-libto keep PyG's low-level ops faster and easier to maintain.