Skip to content

Commit 8646cfc

Browse files
committed
Do not update mqt-core
1 parent 6e9753d commit 8646cfc

File tree

2 files changed

+41
-35
lines changed

2 files changed

+41
-35
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires = [
1111
"nanobind~=2.10.2",
1212
"setuptools-scm>=9.2.2",
1313
"scikit-build-core>=0.11.6",
14-
"mqt.core==3.4.1",
14+
"mqt.core==3.4.0",
1515
]
1616
build-backend = "scikit_build_core.build"
1717

@@ -51,7 +51,7 @@ classifiers = [
5151
]
5252
requires-python = ">=3.10, != 3.14.1"
5353
dependencies = [
54-
"mqt.core==3.4.1",
54+
"mqt.core==3.4.0",
5555
"qiskit[qasm3-import]>=1.0.0",
5656
"rustworkx[all]>=0.16.0",
5757
"typing_extensions>=4.6; python_version < '3.11'",
@@ -388,7 +388,7 @@ build = [
388388
"nanobind~=2.10.2",
389389
"setuptools-scm>=9.2.2",
390390
"scikit-build-core>=0.11.6",
391-
"mqt.core==3.4.1",
391+
"mqt.core==3.4.0",
392392
]
393393
docs = [
394394
"distinctipy>=1.3.4",

0 commit comments

Comments
 (0)