From 0f52318b1760fe1e24ca2f2d3ab52379735311f6 Mon Sep 17 00:00:00 2001 From: Mark Cilissen Date: Mon, 18 Nov 2024 15:10:14 +0100 Subject: [PATCH] build: add missing optional dependencies --- tutorial/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorial/pyproject.toml b/tutorial/pyproject.toml index 9cb6040..cab2064 100644 --- a/tutorial/pyproject.toml +++ b/tutorial/pyproject.toml @@ -10,4 +10,6 @@ dependencies = [ "mqt-qcec>=2.8.1", "mqt-qmap>=2.7.0", "qiskit[visualization]>=1.2.4", + "matplotlib>=3.9.2", + "pylatexenc>=2.10", ]