Try to update minimum setuptools req (#15971)
* Try to update setuptools req * suppress output from setup
This commit is contained in:
parent
ba19d945ac
commit
4c0d28f26d
@ -1,3 +1,3 @@
|
|||||||
setuptools>=53.0.0,<=65.7.0
|
setuptools>=65.6.1,<=65.7.0
|
||||||
wheel>=0.38.1
|
wheel>=0.38.1
|
||||||
patchelf; sys_platform == 'linux' and platform_machine == 'x86_64'
|
patchelf; sys_platform == 'linux' and platform_machine == 'x86_64'
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
[global]
|
||||||
|
quiet = 1
|
||||||
[options]
|
[options]
|
||||||
setup_requires =
|
setup_requires =
|
||||||
wheel
|
wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user