From a10f40d6d4f5d2c99bde51e5dc6eb9c4632e1370 Mon Sep 17 00:00:00 2001 From: Sergey Lyubimtsev Date: Tue, 12 Oct 2021 11:49:42 +0300 Subject: [PATCH] Set scikit-image~=0.18.3 for python versions >=3.7 (#7910) * Set scikit-image~=0.18.3 for python versions >=3.7 * Set scikit-image>=0.17.2 (0.17.2 is not available for >=3.7) --- .../ie_bridges/python/wheel/meta/openvino-dev.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference-engine/ie_bridges/python/wheel/meta/openvino-dev.requirements.txt b/inference-engine/ie_bridges/python/wheel/meta/openvino-dev.requirements.txt index 788546a6921..ccc569a0194 100644 --- a/inference-engine/ie_bridges/python/wheel/meta/openvino-dev.requirements.txt +++ b/inference-engine/ie_bridges/python/wheel/meta/openvino-dev.requirements.txt @@ -11,7 +11,7 @@ texttable~=1.6.3 py-cpuinfo>=7.0.0 PyYAML>=5.4.1 pillow>=8.1.2 -scikit-image~=0.17.2 +scikit-image>=0.17.2 scikit-learn>=0.24.1 yamlloader>=0.5 shapely>=1.7.1