Add upper bound for setuptools (#19672)
This commit is contained in:
parent
dd05c42951
commit
25b1b4e26c
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user