From 5b77a8c0828a1b55452ca61a1d227ed81f3f1bae Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@liu.se> Date: Tue, 12 Jan 2021 13:50:46 +0100 Subject: [PATCH] Updated README.md with correct python library requirements. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db11db76..f0743ea5 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,14 @@ The following packages are required in order to build the library: * pybind11 2.3.0+ * python 3.6+ * Python: - * setuptools - * pybind11 + * graphviz + * matplotlib * numpy + * pybind11 * pyside2 + * qtpy + * scipy + * setuptools To build a binary distribution, the following additional packages are required: * Python: -- GitLab