Skip to content

Commit

Permalink
update pybind to be compatible with fresh numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiia-kornilova committed Sep 5, 2024
1 parent 6000835 commit 298d01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions external/pybind11/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include(FetchContent)
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.10.1
GIT_TAG v2.13.5
)

FetchContent_MakeAvailable(pybind11)
2 changes: 1 addition & 1 deletion mrobpy/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ license = Apache-2.0
license_files = LICENSE.md

[options]
python_requires = >= 3.6
python_requires = >= 3.7

[options.package_data]
* =
Expand Down

0 comments on commit 298d01e

Please sign in to comment.