Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions cmake/ExternalDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down
Loading