Skip to content

Commit 4e1d7a9

Browse files
Update cmake requirement from ~=3.23.0 to ~=4.1.2
--- updated-dependencies: - dependency-name: cmake dependency-version: 4.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf4bc0b commit 4e1d7a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ requires = [
5656
"openvino~=2026.0.0.0.dev",
5757
"pybind11-stubgen==2.5.5",
5858
"cmake~=3.23.0; platform_system != 'Darwin' or platform_machine == 'x86_64'",
59-
"cmake~=3.24.0; platform_system == 'Darwin' and platform_machine == 'arm64'",
59+
"cmake~=4.1.3; platform_system == 'Darwin' and platform_machine == 'arm64'",
6060
]
6161
build-backend = "py_build_cmake.build"

requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cmake~=3.23.0; platform_system != 'Darwin' or platform_machine == 'x86_64'
2-
cmake~=3.24.0; platform_system == 'Darwin' and platform_machine == 'arm64'
2+
cmake~=4.1.3; platform_system == 'Darwin' and platform_machine == 'arm64'
33
pybind11-stubgen==2.5.5

0 commit comments

Comments
 (0)