InstallationΒΆ

The installation of PyTorch Geometric Temporal requires the presence of certain prerequisites. These are described in great detail in the installation description of PyTorch Geometric. Please follow the instructions laid out here. You might also take a look at the readme file of the PyTorch Geometric Temporal repository.

Once the required versions of PyTorch and PyTorch Geometric are installed, simply run:

$ pip install torch-geometric-temporal

Updating the Library

The package itself can be installed via pip:

$ pip install torch-geometric-temporal

Upgrade your outdated PyTorch Geometric Temporal version by using:

$ pip install torch-geometric-temporal --upgrade

To check your current package version just simply run:

$ pip freeze | grep torch-geometric-temporal