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