diff --git a/src/bindings/python/wheel/requirements-dev.txt b/src/bindings/python/wheel/requirements-dev.txt index 2ac9ed6f6dc..2fcb597b909 100644 --- a/src/bindings/python/wheel/requirements-dev.txt +++ b/src/bindings/python/wheel/requirements-dev.txt @@ -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' diff --git a/tools/openvino_dev/setup.cfg b/tools/openvino_dev/setup.cfg index 7e277702a79..c8f76d388cb 100644 --- a/tools/openvino_dev/setup.cfg +++ b/tools/openvino_dev/setup.cfg @@ -1,3 +1,5 @@ +[global] +quiet = 1 [options] setup_requires = wheel