dependencies.rst
Dependencies
------------
The following dependencies need to be on your system (or in your working
environment) prior to `PyRate` installation:
- Python_, versions 3.6, 3.7 or 3.8.
- GDAL_, versions 3.0.2 or 3.0.4
- `Open MPI`_, versions 2.1.6, 3.0.4, 3.1.4 or 4.0.2
The versions of each package stated above have been tested to work using
`Travis CI`_ continuous integration testing.
.. _Python: https://www.python.org/downloads/
.. _GDAL: https://gdal.org/download.html
.. _`Open MPI`: https://www.open-mpi.org/software/ompi/v4.0/
.. _`Travis CI`: https://travis-ci.org/github/GeoscienceAustralia/PyRate
Other Python dependencies that will be installed are listed in
``PyRate/requirements.txt``.