88
99[build-system ]
1010requires = [
11- " nanobind~=2.11 .0" ,
11+ " nanobind~=2.12 .0" ,
1212 " scikit-build-core>=0.12.2" ,
1313 " setuptools-scm>=9.2.2" ,
14- " mqt.core~=3.4 .1" ,
14+ " mqt.core~=3.5 .1" ,
1515]
1616build-backend = " scikit_build_core.build"
1717
@@ -48,7 +48,7 @@ classifiers = [
4848]
4949requires-python = " >=3.10"
5050dependencies = [
51- " mqt.core[qiskit]~=3.4 .1" ,
51+ " mqt.core[qiskit]~=3.5 .1" ,
5252 " qiskit>=1.1" ,
5353]
5454dynamic = [" version" ]
@@ -299,10 +299,10 @@ test-skip = [
299299environment = { DEPLOY = " ON" }
300300# The SOVERSION needs to be updated when the shared libraries are updated.
301301repair-wheel-command = """ auditwheel repair -w {dest_dir} {wheel} \
302- --exclude libmqt-core-ir.so.3.4 \
303- --exclude libmqt-core-qasm.so.3.4 \
304- --exclude libmqt-core-circuit-optimizer.so.3.4 \
305- --exclude libmqt-core-dd.so.3.4 """
302+ --exclude libmqt-core-ir.so.3.5 \
303+ --exclude libmqt-core-qasm.so.3.5 \
304+ --exclude libmqt-core-circuit-optimizer.so.3.5 \
305+ --exclude libmqt-core-dd.so.3.5 """
306306
307307[tool .cibuildwheel .macos ]
308308environment = { MACOSX_DEPLOYMENT_TARGET = " 11.0" }
@@ -337,10 +337,10 @@ mqt-ddsim = { workspace = true }
337337
338338[dependency-groups ]
339339build = [
340- " nanobind~=2.11 .0" ,
340+ " nanobind~=2.12 .0" ,
341341 " scikit-build-core>=0.12.2" ,
342342 " setuptools-scm>=9.2.2" ,
343- " mqt.core~=3.4 .1" ,
343+ " mqt.core~=3.5 .1" ,
344344]
345345docs = [
346346 " breathe>=4.36.0" ,
@@ -359,8 +359,8 @@ docs = [
359359 " qiskit[visualization]>=1.0.0" ,
360360]
361361test = [
362- " pytest>=9.0.1 " ,
363- " pytest-cov>=7.0 .0" ,
362+ " pytest>=9.0.3 " ,
363+ " pytest-cov>=7.1 .0" ,
364364 " pytest-sugar>=1.1.1" ,
365365 " pytest-xdist>=3.8.0" ,
366366 " numpy>=2.1; python_version >= '3.13'" ,
@@ -369,6 +369,6 @@ test = [
369369dev = [
370370 {include-group = " build" },
371371 {include-group = " test" },
372- " nox>=2025.11.12 " ,
373- " ty==0.0.29 " ,
372+ " nox>=2026.04.10 " ,
373+ " ty==0.0.32 " ,
374374]
0 commit comments