Upper-bound for patchelf (#17177)

This commit is contained in:
Alina Kladieva
2023-04-24 19:52:55 +02:00
committed by GitHub
parent 10c56708fd
commit f39ab0dbc9

View File

@@ -1,3 +1,3 @@
setuptools>=65.6.1
wheel>=0.38.1
patchelf; sys_platform == 'linux' and platform_machine == 'x86_64'
patchelf<=0.17.2.1; sys_platform == 'linux' and platform_machine == 'x86_64'