Skip to content

Commit 1887ab8

Browse files
committed
Pin dev version of mqt-core
1 parent 9ba6fbf commit 1887ab8

File tree

3 files changed

+9
-60
lines changed

3 files changed

+9
-60
lines changed

cmake/ExternalDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ set(MQT_CORE_MINIMUM_VERSION 3.2.0
4545
CACHE STRING "MQT Core minimum version")
4646
set(MQT_CORE_VERSION 3.2.0
4747
CACHE STRING "MQT Core version")
48-
set(MQT_CORE_REV "28e41bf9516b5f103ea4002810f5b87e0b5450bc"
48+
set(MQT_CORE_REV "a20a24bd1d9562642d89fa3b2e9284ffc64692ec"
4949
CACHE STRING "MQT Core identifier (tag, branch or commit hash)")
5050
set(MQT_CORE_REPO_OWNER "munich-quantum-toolkit"
5151
CACHE STRING "MQT Core repository owner (change when using a fork)")

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires = [
1111
"scikit-build-core>=0.11.2",
1212
"setuptools-scm>=8.3.1",
1313
"pybind11>=3.0.0",
14-
"mqt.core~=3.2.0",
14+
"mqt.core @ git+https://github.com/munich-quantum-toolkit/core.git@a20a24bd1d9562642d89fa3b2e9284ffc64692ec",
1515
]
1616
build-backend = "scikit_build_core.build"
1717

@@ -48,7 +48,7 @@ classifiers = [
4848
]
4949
requires-python = ">=3.9"
5050
dependencies = [
51-
"mqt.core[qiskit]~=3.2.0",
51+
"mqt.core[qiskit] @ git+https://github.com/munich-quantum-toolkit/core.git@a20a24bd1d9562642d89fa3b2e9284ffc64692ec",
5252
"qiskit>=1.1",
5353
]
5454
dynamic = ["version"]
@@ -336,7 +336,7 @@ build = [
336336
"pybind11>=3.0.0",
337337
"scikit-build-core>=0.11.2",
338338
"setuptools-scm>=8.3.1",
339-
"mqt.core~=3.2.0",
339+
"mqt.core @ git+https://github.com/munich-quantum-toolkit/core.git@a20a24bd1d9562642d89fa3b2e9284ffc64692ec",
340340
]
341341
docs = [
342342
"furo>=2024.8.6",

uv.lock

Lines changed: 5 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)