From a2edb1a483c35b106646fc791c5ec7d47a919fe4 Mon Sep 17 00:00:00 2001 From: Roman Kazantsev Date: Mon, 19 Dec 2022 22:47:51 +0400 Subject: [PATCH] Use concrete version of numpy for Python binding testing (#14726) Signed-off-by: Kazantsev, Roman Signed-off-by: Kazantsev, Roman --- src/bindings/python/requirements_test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bindings/python/requirements_test.txt b/src/bindings/python/requirements_test.txt index 9dd98fa1e74..82664ccceed 100644 --- a/src/bindings/python/requirements_test.txt +++ b/src/bindings/python/requirements_test.txt @@ -37,3 +37,4 @@ tox types-pkg_resources wheel>=0.38.1 protobuf~=3.18.1 +numpy>=1.16.6,<=1.23.4 \ No newline at end of file