From 3e4eb7f48f012849d7cc0a1d43e8e470abe7d057 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 01:40:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=90=8D=20Update=20depen?= =?UTF-8?q?dency=20mqt-core=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d8c99d561..947e21e65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ [build-system] build-backend = "scikit_build_core.build" requires = [ - "mqt-core~=3.10.0", + "mqt-core~=4.0.0", "nanobind~=3.0.1", "scikit-build-core>=1.0.3", "vcs-versioning>=2.3", @@ -48,7 +48,7 @@ classifiers = [ ] dynamic = [ "version" ] dependencies = [ - "mqt-core~=3.10.0", + "mqt-core~=4.0.0", "nanobind-backend>=1", "qiskit[qasm3-import]>=2.1", "rustworkx[all]>=0.16", @@ -137,7 +137,7 @@ docs = [ ] build = [ "cmake>=4.4.1", - "mqt-core~=3.10.0", + "mqt-core~=4.0.0", "nanobind~=3.0.1", "scikit-build-core>=1.0.3", "vcs-versioning>=2.3",