benedekrozemberczki / pytorch_geometric_temporal

PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
MIT License
2.61k stars 367 forks source link

Update installation instructions for PyTorch 1.11.0 and PyG latest #192

Closed jamesmyatt closed 2 years ago

jamesmyatt commented 2 years ago

All of the "difficult" dependencies of torch-geometric-temporal are also dependencies of torch-geometric, so once torch-geometric is installed, torch-geometric-temporal is a simple pip install.

Updated instruction for PyTorch 1.11.0, since PyTorch 1.12.0 related binaries are not available on every platform and installation method.