Skip to content

Commit

Permalink
require pybind >= 2.11.0
Browse files Browse the repository at this point in the history
The geoarrow module uses the `py::capsule` constructor added in 2.11.0.

https://pybind11.readthedocs.io/en/stable/changelog.html#version-2-11-0-july-14-2023
  • Loading branch information
benbovy committed Dec 3, 2024
1 parent fe8b690 commit 340a617
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- cmake
- python
- numpy
- pybind11
- pybind11>=2.11.0
- scikit-build-core
- ninja
- pytest
Expand Down
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- cmake
- python
- numpy
- pybind11
- pybind11>=2.11.0
- scikit-build-core
- ninja
- pytest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"scikit_build_core[rich]",
"pybind11",
"pybind11>=2.11",
]
build-backend = "scikit_build_core.build"

Expand Down

0 comments on commit 340a617

Please sign in to comment.