The latest networkx (3.0) and pytorch (1.13) do not work. Networkx does not have to_scipy_sparse_matrix matrix anymore and sorted_ps_bs = ps_bs[torch.sort(ps_bs[:, -1])[1]] # sort by bucket in graph_modeling/dataset.py throws a segfaul with torch 1.13. Pinning "networkx==2.8.8" and "torch==1.11.0" in setup.py seems to work
The latest networkx (3.0) and pytorch (1.13) do not work. Networkx does not have
to_scipy_sparse_matrixmatrix anymore andsorted_ps_bs = ps_bs[torch.sort(ps_bs[:, -1])[1]] # sort by bucketingraph_modeling/dataset.pythrows a segfaul with torch 1.13. Pinning "networkx==2.8.8" and "torch==1.11.0" insetup.pyseems to work