remove upper bound (#19802)
This commit is contained in:
committed by
GitHub
parent
b044757d8c
commit
66dd347d38
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user