PR #309 removed global imports of torch_scatter, torch_cluster, and torch_sparse as they are now optional (instead, they are imported within the methods that leverage them).
Explore this proposal and potential alternatives to handle it (including the optionality of these packages).
PR #309 removed global imports of
torch_scatter,torch_cluster, andtorch_sparseas they are now optional (instead, they are imported within the methods that leverage them).Explore this proposal and potential alternatives to handle it (including the optionality of these packages).