snap-stanford / GEARS

GEARS is a geometric deep learning model that predicts outcomes of novel multi-gene perturbations
MIT License
189 stars 38 forks source link

Missing `torch_geometric` in `requirements.txt` #65

Closed jamesbraza closed 4 months ago

jamesbraza commented 4 months ago

After installing pip install -e . with Python 3.12.2, I went to run demo/model_tutorial.ipynb. Immediately I hit an import error on torch_geometric, which can be fixed by pip install torch_geometric.

Should torch_geometric be added to requirements.txt?

yhr91 commented 4 months ago

Yup, just added it in. Thanks!