Skip to content

Commit 7e687aa

Browse files
authored
build: For python stub generation, lock pybind11 to pre-3.0 (#4831)
pybind11 3.0 changed the generated stubs, causing CI to fail, so lock down to no later than the last version before it broke. We think the pybind11 3.0 generated stubs are mostly better, so at some point soon, when we have more time to look at it carefully, we will come back to this topic and bump our wheel workflow to use pybind11 3.0 and update the stubs accordintly. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 15aa81b commit 7e687aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ oiiotool = "OpenImageIO:_command_line"
4949
build-backend = "scikit_build_core.build"
5050
requires = [
5151
"scikit-build-core>=0.10.6,<1",
52-
"pybind11",
52+
"pybind11>=2.13,<3",
5353
]
5454

5555
[tool.scikit-build]

0 commit comments

Comments
 (0)