Skip to content

Commit

Permalink
chore: update pybind11 (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Aug 30, 2023
1 parent 57ecc53 commit 7a671be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10...3.19)
cmake_minimum_required(VERSION 3.10...3.26)

project(BOOST_HISTOGRAM LANGUAGES CXX)
# Version is added later
Expand Down
2 changes: 1 addition & 1 deletion extern/pybind11
Submodule pybind11 updated 158 files
3 changes: 3 additions & 0 deletions include/bh_python/pybind11.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

#pragma once

// TODO: restructure metadata_t to hold a py::dict instead of subclass it, add locks
#define PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF

#include <pybind11/numpy.h>
#include <pybind11/operators.h>
#include <pybind11/pybind11.h>
Expand Down

0 comments on commit 7a671be

Please sign in to comment.