From 297e8823270132dc444f4cf65c9e032c184a2a66 Mon Sep 17 00:00:00 2001 From: leufen1 <l.leufen@fz-juelich.de> Date: Thu, 18 Feb 2021 17:04:35 +0100 Subject: [PATCH] added graphviz-gnome for opensuse installation instruction, updated py package, /close #273 --- README.md | 2 +- docs/_source/get-started.rst | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b55acd1..bfb5996a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ HPC systems, see [here](#special-instructions-for-installation-on-jülich-hpc-sy * depending on the pre-installed packages it could be required to install further packages -`sudo zypper install libproj-devel binutils gdal-devel graphviz` +`sudo zypper install libproj-devel binutils gdal-devel graphviz graphviz-gnome` * python develop libraries diff --git a/docs/_source/get-started.rst b/docs/_source/get-started.rst index ede3cebf..d51abaf4 100644 --- a/docs/_source/get-started.rst +++ b/docs/_source/get-started.rst @@ -55,7 +55,7 @@ openSUSE Leap 15.1 * depending on the pre-installed packages it could be required to install further packages -:py:`sudo zypper install libproj-devel binutils gdal-devel graphviz` +:py:`sudo zypper install libproj-devel binutils gdal-devel graphviz graphviz-gnome` * python develop libraries diff --git a/requirements.txt b/requirements.txt index 47995404..af24bfc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ patsy==0.5.1 Pillow==7.0.0 pluggy==0.13.1 protobuf==3.11.3 -py==1.8.1 +py==1.10.0 pydot==1.4.1 pyparsing==2.4.6 pyproj==2.5.0 -- GitLab