Skip to content

Commit

Permalink
Added PyQt5 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 5, 2019
1 parent b2f8b2c commit e2e6614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ package is built upon multiple other packages, mainly

- :ref:`psyplot-gui <psyplot_gui:psyplot-gui>`>1.2.0: The graphical user
interface for psyplot
- PyQt5_: Pythons Qt bindings that are required by psyplot-gui (note that
PyQt4 is **not** supported!)
- `numpy, scipy`_ and pandas_: for the data management and compuations
- matplotlib_>=2.0: **The** python visualiation package
- pillow_: for reading and writing images
Expand Down Expand Up @@ -117,6 +119,7 @@ We furthermore recommend to use
.. _chilipp channel: https://anaconda.org/chilipp
.. _conda-forge channel: https://conda-forge.org/
.. _matplotlib: http://matplotlib.org
.. _PyQt5: https://www.riverbankcomputing.com/software/pyqt/intro
.. _numpy, scipy: https://docs.scipy.org/doc/
.. _pandas: http://pandas.pydata.org/
.. _scikit-image: https://scikit-image.org/
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def readme():
'scikit-image',
'openpyxl',
'netCDF4',
'PyQt5',
],
package_data={'straditize': [
osp.join('straditize', 'widgets', 'icons', '*.png'),
Expand Down

0 comments on commit e2e6614

Please sign in to comment.