remove upper bound (#19802)

This commit is contained in:
Przemyslaw Wysocki
2023-09-14 07:53:00 +02:00
committed by GitHub
parent b044757d8c
commit 66dd347d38
2 changed files with 6 additions and 4 deletions

View File

@@ -10,8 +10,9 @@ pytest-timeout==2.1.0
# Python bindings
py>=1.9.0
pygments>=2.8.1
setuptools>=53.0.0,<=68.1.2
setuptools>=65.6.1
wheel>=0.38.1
patchelf<=0.17.2.1
# Frontends
docopt~=0.6.2

View File

@@ -1,3 +1,4 @@
setuptools>=65.6.1,<=68.1.2
wheel>=0.38.1
patchelf<=0.17.2.1; sys_platform == 'linux' and platform_machine == 'x86_64'
-c ../constraints.txt
setuptools
wheel
patchelf; sys_platform == 'linux' and platform_machine == 'x86_64'