Skip to content

Commit

Permalink
⬆️ require pybind11 >= 2.13.5
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Sep 4, 2024
1 parent 33e8ac8 commit 64dfa87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/ExternalDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(BUILD_MQT_QCEC_BINDINGS)
endif()

# add pybind11 library
find_package(pybind11 2.13 CONFIG REQUIRED)
find_package(pybind11 2.13.5 CONFIG REQUIRED)
endif()

# cmake-format: off
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
BUILD_REQUIREMENTS = [
"scikit-build-core[pyproject]>=0.10.1",
"setuptools_scm>=7",
"pybind11>=2.13",
"pybind11>=2.13.5",
"wheel>=0.40", # transitive dependency of pytest on Windows
]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"scikit-build-core>=0.10.1",
"setuptools-scm>=7",
"pybind11>=2.13",
"pybind11>=2.13.5",
"mqt.core @ git+https://github.com/cda-tum/mqt-core@shared-libs",
]
build-backend = "scikit_build_core.build"
Expand Down

0 comments on commit 64dfa87

Please sign in to comment.