From 4c0d28f26d9a0054476c12b05dfa1b58d4f7dbd8 Mon Sep 17 00:00:00 2001 From: Anastasia Kuporosova Date: Wed, 1 Mar 2023 14:05:51 +0100 Subject: [PATCH] Try to update minimum setuptools req (#15971) * Try to update setuptools req * suppress output from setup --- src/bindings/python/wheel/requirements-dev.txt | 2 +- tools/openvino_dev/setup.cfg | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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