From 7e5877fdaf8a7101c9f0b33fc9bb43e8ae99970c Mon Sep 17 00:00:00 2001 From: Przemyslaw Wysocki Date: Wed, 2 Aug 2023 12:24:44 +0200 Subject: [PATCH] [PyOV] Restore ONNX requirement for Python tests (#18904) --- src/bindings/python/requirements_test.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bindings/python/requirements_test.txt b/src/bindings/python/requirements_test.txt index 70aa3fb3cfe..3594e48d5f8 100644 --- a/src/bindings/python/requirements_test.txt +++ b/src/bindings/python/requirements_test.txt @@ -1,4 +1,6 @@ -c ./constraints.txt +protobuf +onnx numpy bandit black