Try to update minimum setuptools req (#15971)

* Try to update setuptools req

* suppress output from setup
This commit is contained in:
Anastasia Kuporosova 2023-03-01 14:05:51 +01:00 committed by GitHub
parent ba19d945ac
commit 4c0d28f26d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1,3 +1,5 @@
[global]
quiet = 1
[options]
setup_requires =
wheel