Skip to content

Commit 5eba805

Browse files
⬆️ Update munich-quantum-toolkit/core (#241)
This pull request updates the [munich-quantum-toolkit/core](https://github.com/munich-quantum-toolkit/core) dependency from munich-quantum-toolkit/core@0425f88 (version v3.2.1) to munich-quantum-toolkit/core@1392d1b (version v3.3.1). **Full Changelog**: munich-quantum-toolkit/core@0425f88...1392d1b --------- Co-authored-by: mqt-app[bot] <219534693+mqt-app[bot]@users.noreply.github.com> Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com>
1 parent d3a28b4 commit 5eba805

File tree

3 files changed

+149
-124
lines changed

3 files changed

+149
-124
lines changed

cmake/ExternalDependencies.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ if(BUILD_MQT_QUSAT_BINDINGS)
4444
endif()
4545

4646
# cmake-format: off
47-
set(MQT_CORE_MINIMUM_VERSION 3.2.1
47+
set(MQT_CORE_MINIMUM_VERSION 3.3.1
4848
CACHE STRING "MQT Core minimum version")
49-
set(MQT_CORE_VERSION 3.2.1
49+
set(MQT_CORE_VERSION 3.3.1
5050
CACHE STRING "MQT Core version")
51-
set(MQT_CORE_REV "0425f88169f573e4505b49703c4cadf3699ccbcd"
51+
set(MQT_CORE_REV "1392d1b70f7331ea1ebb3247587c62cb8fd1d078"
5252
CACHE STRING "MQT Core identifier (tag, branch or commit hash)")
5353
set(MQT_CORE_REPO_OWNER "munich-quantum-toolkit"
5454
CACHE STRING "MQT Core repository owner (change when using a fork)")

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"scikit-build-core>=0.11.2",
44
"setuptools-scm>=8.3.1",
55
"pybind11>=3.0.0",
6-
"mqt.core~=3.2.1",
6+
"mqt.core~=3.3.1",
77
]
88
build-backend = "scikit_build_core.build"
99

@@ -38,7 +38,7 @@ classifiers=[
3838
]
3939
requires-python = ">=3.10"
4040
dependencies = [
41-
"mqt.core>=3.2.1",
41+
"mqt.core~=3.3.1",
4242
]
4343
dynamic = ["version"]
4444

@@ -289,9 +289,9 @@ before-all = "/opt/python/cp311-cp311/bin/pip install z3-solver==4.12.6"
289289
repair-wheel-command = [
290290
"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/python/cp311-cp311/lib/python3.11/site-packages/z3/lib",
291291
"""auditwheel repair -w {dest_dir} {wheel} \
292-
--exclude libmqt-core-ir.so.3.2 \
293-
--exclude libmqt-core-qasm.so.3.2 \
294-
--exclude libmqt-core-circuit-optimizer.so.3.2""",
292+
--exclude libmqt-core-ir.so.3.3 \
293+
--exclude libmqt-core-qasm.so.3.3 \
294+
--exclude libmqt-core-circuit-optimizer.so.3.3""",
295295
]
296296

297297
[tool.cibuildwheel.macos]
@@ -318,7 +318,7 @@ build = [
318318
"pybind11>=3.0.0",
319319
"scikit-build-core>=0.11.2",
320320
"setuptools-scm>=8.3.1",
321-
"mqt.core~=3.2.1",
321+
"mqt.core~=3.3.1",
322322
]
323323
docs = [
324324
"furo>=2024.8.6",

0 commit comments

Comments
 (0)