diff --git a/pyproject.toml b/pyproject.toml index c8f2f1c1b05573..4a8c2b57447c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ requires = [ "setuptools>=70,<=80.9.0", "wheel<=0.45.1", - "cmake<=4.1.0", + "cmake<=4.1.2", "patchelf<=0.17.2.2; sys_platform == 'linux' and platform_machine == 'x86_64'" ] build-backend = "setuptools.build_meta"