Closed JustinBakerMath closed 1 year ago
I need to make sure that this dependency requirement does not cause problems on the supercomputers, where unfortunately the software stack is not alway the most up-to-date
I completely understand. Let me know if going forward it makes sense for me to add all three of you as reviewers whenever I make version related PRs.
The brute force alternative to this PR is to hard code scatter
when I need it for DimeNet.
Automated CI fails because
torch_sparse
dropped their support fortorch==1.10
(see v6.13 vs v6.17) in favor oftorch.sparse_csc_tensor
introduced intorch==1.13
.It should be possible to version control
torch_sparse<=6.13
instead, but thetorch_geometric
,torch_scatter
,...
bundle can be trickier to control.