Skip to content

Commit

Permalink
Update to pybind 2.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Nov 27, 2024
1 parent 7a84b05 commit 801e0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ find_package(Ceres 2.1 REQUIRED)

find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)

find_package(pybind11 2.13.0 REQUIRED)
find_package(pybind11 2.13.6 REQUIRED)

pybind11_add_module(pyceres _pyceres/bindings.cc)
target_include_directories(pyceres PRIVATE ${PROJECT_SOURCE_DIR})
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11==2.13.0"]
requires = ["scikit-build-core>=0.3.3", "pybind11==2.13.6"]
build-backend = "scikit_build_core.build"

[project]
Expand Down

0 comments on commit 801e0bd

Please sign in to comment.