Add upper bound for setuptools (#19672)

This commit is contained in:
Przemyslaw Wysocki 2023-09-08 09:56:39 +02:00 committed by GitHub
parent dd05c42951
commit 25b1b4e26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ pytest-timeout==2.1.0
# Python bindings
py>=1.9.0
pygments>=2.8.1
setuptools>=53.0.0
setuptools>=53.0.0,<=68.1.2
wheel>=0.38.1
# Frontends

View File

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