From 53a4ab8491c291f7abfda2242dc7a990f89e8b8b Mon Sep 17 00:00:00 2001 From: burgholzer Date: Thu, 18 Apr 2024 22:14:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=20revert=20temporary=20fix=20that=20s?= =?UTF-8?q?eems=20to=20no=20longer=20be=20necessary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 372cb2c..e201d80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dynamic = ["version"] [project.optional-dependencies] test = ["pytest>=7.0"] -coverage = ["pytest>=7.0", "pytest-cov>=4"] +coverage = ["mqt.misim[test]", "pytest-cov>=4"] docs = [ "furo>=2023.08.17", "sphinx",