diff --git a/README.md b/README.md index 45a6239c..5b045004 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ heavy leverage of numpy for number crunching, Qt's GraphicsView framework for Requirements ------------ -pyqtgraph has adopted [NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html). +PyQtGraph has adopted [NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html). This project supports: @@ -36,8 +36,8 @@ Currently this means: * Python 3.7+ * Qt 5.12-5.15, 6.1 * Required - * PyQt5, PyQt6, PySide2 or PySide6 - * `numpy` 1.17+ + * [PyQt5](https://www.riverbankcomputing.com/software/pyqt/), [PyQt6](https://www.riverbankcomputing.com/software/pyqt/), [PySide2](https://wiki.qt.io/Qt_for_Python) or [PySide6](https://wiki.qt.io/Qt_for_Python) + * [`numpy`](https://github.com/numpy/numpy) 1.17+ * Optional * `scipy` for image processing * `pyopengl` for 3D graphics @@ -48,6 +48,32 @@ Currently this means: * On Windows, CUDA toolkit must be >= 11.1 * [`numba`] used to accelerate repeated image display for ImageItem + +Optional added functionalities +------------------------------ + +Through 3rd part libraries, additional functionality may be added to PyQtGraph, see the table below for a summary. + +| Library | Added functionality | +|----------------|-| +| [`scipy`] |