From d3bc129d429159770fda4d555e019bce2de49bd3 Mon Sep 17 00:00:00 2001 From: Roland Siegbert Date: Sat, 20 Apr 2024 18:10:24 +0200 Subject: [PATCH] Move matplotlib into docs dep group --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0e72c533a..303f96d03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,6 +63,8 @@ qcodes_contrib_drivers = "0.18.0" qibosoq = ">=0.1.2,<0.2" qualang-tools = "^0.15.0" laboneq = "==2.25.0" +# to run code examples from tutorial +matplotlib = "^3.8.2" [tool.poetry.group.tests] optional = true