Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Cole committed Aug 29, 2017
1 parent f581118 commit a3c2987
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 35 deletions.
31 changes: 15 additions & 16 deletions README.md
Expand Up @@ -15,26 +15,25 @@ PyGMI will run on both Windows and Linux. It should be noted that the main devel

PyGMI is developed and has been tested with the following libraries in order to function:

* Python 3.5.3
* appdirs 1.4.3
* python 3.5.4
* cycler 0.10.0
* GDAL 2.0.3
* llvmlite 0.16.0
* Matplotlib 2.0.0
* numba 0.31.0
* GDAL 2.1.4
* llvmlite 0.19.0
* matplotlib 2.0.2
* numba 0.34.0
* numexpr 2.6.2
* NumPy 1.11.3
* packaging 16.8
* pillow 4.0.0
* numpy 1.13.1
* pillow 4.2.1
* pip 9.0.1
* PyOpenGL 3.1.1
* pyopengl 3.1.1
* pyparsing 2.2.0
* PyQt5 5.8.1
* python-dateutil 2.6.0
* pytz 2016.10
* SciPy 0.19.0
* setuptools 34.3.2
* sip 4.19.1
* pyqt5 5.9
* python_dateutil 2.6.1
* pytz 2017.2
* scipy 0.19.1
* scikit_learn 0.18.2
* setuptools 36.2.7
* sip 4.19.3
* six 1.10.0

It is possible that it might work on earlier versions, especially on non-windows operating systems.
Expand Down
33 changes: 15 additions & 18 deletions README.rst
Expand Up @@ -27,28 +27,25 @@ PyGMI will run on both Windows and Linux. It should be noted that the main devel

PyGMI is developed and has been tested with the following libraries in order to function:

* Python 3.5.3
* appdirs 1.4.3
* python 3.5.4
* cycler 0.10.0
* GDAL 2.0.3
* llvmlite 0.16.0
* matplotlib 2.0.0
* numba 0.31.0
* GDAL 2.1.4
* llvmlite 0.19.0
* matplotlib 2.0.2
* numba 0.34.0
* numexpr 2.6.2
* numpy 1.11.3
* olefile 0.44
* packaging 16.8
* pandas 0.19.2
* pillow 4.0.0
* numpy 1.13.1
* pillow 4.2.1
* pip 9.0.1
* pyopengl 3.1.1
* pyparsing 2.2.0
* pyqt5 5.8.1
* python-dateutil 2.6.0
* pytz 2016.10
* scikit_learn 0.18.1
* SciPy 0.19.0
* setuptools 34.3.2
* sip 4.19.1
* pyqt5 5.9
* python_dateutil 2.6.1
* pytz 2017.2
* scipy 0.19.1
* scikit_learn 0.18.2
* setuptools 36.2.7
* sip 4.19.3
* six 1.10.0

Windows Users
Expand Down
2 changes: 1 addition & 1 deletion pygmi/menu_default.py
Expand Up @@ -201,7 +201,7 @@ def about(self):
Author: Patrick Cole
E-Mail: pcole@geoscience.org.za
Copyright: (c) 2016 Council for Geoscience
Copyright: (c) 2017 Council for Geoscience
Licence: GPL-3.0
PyGMI is free software: you can redistribute it and/or modify it under
Expand Down

0 comments on commit a3c2987

Please sign in to comment.