diff --git a/pyproject.toml b/pyproject.toml index d569249a8fe..68820855a2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ requires = [ "setuptools>=77,<=80.9.0", "wheel<=0.45.1", - "cmake<=4.2.1", + "cmake<=4.2.3", "patchelf<=0.17.2.4; sys_platform == 'linux' and platform_machine == 'x86_64'" ] build-backend = "setuptools.build_meta"