diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01cb6b8..94c270e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: build-project: true clang-version: 20 files-changed-only: true - install-pkgs: "nanobind==2.12.0" + install-pkgs: "nanobind==2.13.0" setup-python: true cpp-linter-extra-args: "-std=c++20" diff --git a/cmake/ExternalDependencies.cmake b/cmake/ExternalDependencies.cmake index fb2675b..8ff65e6 100644 --- a/cmake/ExternalDependencies.cmake +++ b/cmake/ExternalDependencies.cmake @@ -19,11 +19,11 @@ endif() # ---------------------------------------------------------------------------------Fetch MQT Core # cmake-format: off -set(MQT_CORE_MINIMUM_VERSION 3.6.0 +set(MQT_CORE_MINIMUM_VERSION 3.7.0 CACHE STRING "MQT Core minimum version") -set(MQT_CORE_VERSION 3.6.1 +set(MQT_CORE_VERSION 3.7.0 CACHE STRING "MQT Core version") -set(MQT_CORE_REV "8224856776df527ff2e9911fb1751572fefaf80a" +set(MQT_CORE_REV "d2bb7ad35d0d03a1e2d40a413841c98482615ca7" CACHE STRING "MQT Core identifier (tag, branch or commit hash)") set(MQT_CORE_REPO_OWNER "munich-quantum-toolkit" CACHE STRING "MQT Core repository owner (change when using a fork)")