Skip to content

Commit

Permalink
⬆️ update to latest mqt-core pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Feb 4, 2025
1 parent dbeceaa commit 4137575
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"scikit-build-core>=0.10.7",
"setuptools-scm>=8.1",
"pybind11>=2.13.6",
"mqt.core>=3.0.0b3",
"mqt.core>=3.0.0b4",
]
build-backend = "scikit_build_core.build"

Expand Down Expand Up @@ -40,7 +40,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"mqt.core>=3.0.0b3",
"mqt.core>=3.0.0b4",
"PyQt6>=6.8",
]
dynamic = ["version"]
Expand Down Expand Up @@ -275,10 +275,8 @@ environment = { DEPLOY="ON" }
# The SOVERSION needs to be updated when the shared libraries are updated.
repair-wheel-command = """auditwheel repair -w {dest_dir} {wheel} \
--exclude libmqt-core-ir.so.3.0 \
--exclude libmqt-core-circuit-optimizer.so.3.0 \
--exclude libmqt-core-algorithms.so.3.0 \
--exclude libmqt-core-dd.so.3.0 \
--exclude libmqt-core-zx.so.3.0"""
--exclude libmqt-core-qasm.so.3.0 \
--exclude libmqt-core-dd.so.3.0"""

[tool.cibuildwheel.macos]
environment = { MACOSX_DEPLOYMENT_TARGET = "10.15" }
Expand All @@ -288,10 +286,8 @@ repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest
before-build = "uv pip install delvewheel>=1.9.0"
repair-wheel-command = """delvewheel repair -w {dest_dir} {wheel} --namespace-pkg mqt \
--exclude mqt-core-ir.dll \
--exclude mqt-core-circuit-optimizer.dll \
--exclude mqt-core-algorithms.dll \
--exclude mqt-core-dd.dll \
--exclude mqt-core-zx.dll"""
--exclude mqt-core-qasm.dll \
--exclude mqt-core-dd.dll"""
environment = { CMAKE_ARGS = "-T ClangCL" }

[[tool.cibuildwheel.overrides]]
Expand All @@ -312,7 +308,7 @@ build = [
"pybind11>=2.13.6",
"scikit-build-core>=0.10.7",
"setuptools-scm>=8.1",
"mqt-core>=3.0.0b3",
"mqt-core>=3.0.0b4",
]
docs = [
"furo>=2024.8.6",
Expand Down

0 comments on commit 4137575

Please sign in to comment.