snap-stanford / neural-subgraph-learning-GNN

329 stars 64 forks source link

Fixed requirements for non-CUDA Ubuntu (22.04) system #35

Open mshoaib6 opened 9 months ago

mshoaib6 commented 9 months ago

requirements.txt

With some package versions being incompatible with Python 3.7.4 and torch (1.4.0) and torch geometric (1.4.3) not being shipped with torch scatter and torch sparse, I think using the provided requirements will fix dependency issues for most (with non-CUDA Ubuntu 22.04 systems). Just wanted to put this out there as I stumbled upon this while trying to run the code.