Skip to content

Commit a92ea7f

Browse files
committed
ci(wheels-macos-x86): hack -- try to force cmake-3 in pyproj reqs
Because CMake-4 is apparently causing difficulties all of a sudden when building yaml-cpp Signed-off-by: Zach Lewis <[email protected]>
1 parent 4f74b7e commit a92ea7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ oiiotool = "OpenImageIO:_command_line"
4949
build-backend = "scikit_build_core.build"
5050
requires = [
5151
"scikit-build-core>=0.10.6,<1",
52-
"pybind11>=2.13,<3",
52+
"pybind11>=2.9,<3",
53+
"cmake-3", # Workaround for an issue with one of OCIO's auto-built dependencies (yaml-cpp)
5354
]
5455

5556
[tool.scikit-build]

0 commit comments

Comments
 (0)