I'm running the demo but encountering this error:
RuntimeError: Not compiled with METIS support
looks like there is version incompatibility between PyTorch and the torch_sparse/torch_scatter packages. so that the METIS was picked up.
May I ask which version of torch_sparse and torch_scatter I should install?