diff --git a/pyproject.toml b/pyproject.toml index 6ecc719606..40796300f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ requires = [ "openvino~=2026.0.0.0.dev", "pybind11-stubgen==2.5.5", "cmake~=3.23.0; platform_system != 'Darwin' or platform_machine == 'x86_64'", - "cmake~=3.24.0; platform_system == 'Darwin' and platform_machine == 'arm64'", + "cmake~=4.2.1; platform_system == 'Darwin' and platform_machine == 'arm64'", ] build-backend = "py_build_cmake.build" diff --git a/requirements-build.txt b/requirements-build.txt index 2048804d79..ab2a5a3d19 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,3 +1,3 @@ cmake~=3.23.0; platform_system != 'Darwin' or platform_machine == 'x86_64' -cmake~=3.24.0; platform_system == 'Darwin' and platform_machine == 'arm64' +cmake~=4.2.1; platform_system == 'Darwin' and platform_machine == 'arm64' pybind11-stubgen==2.5.5 \ No newline at end of file