Skip to content

Commit 49f19ba

Browse files
authored
Constrain pybind11 to be <2.12.0
As a workaround fro conda-forge/pybind11-feedstock#94 (comment) .
1 parent 0ebab87 commit 49f19ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ outputs:
112112
- {{ pin_subpackage(namecxx, exact=True) }}
113113
- python
114114
- pip
115-
- pybind11
115+
# Workaround for https://github.com/conda-forge/pybind11-feedstock/pull/94#issuecomment-2033804227
116+
- pybind11 <2.12.0
116117
- pybind11-abi
117118
- liblie-group-controllers
118119
- libyarp

0 commit comments

Comments
 (0)