From 1d68caf96ffda6b3a08c553de2be780efe3cfb54 Mon Sep 17 00:00:00 2001 From: Vitaliy Urusovskij Date: Wed, 25 Nov 2020 14:38:15 +0300 Subject: [PATCH] Add WA for OMZ Keras models in stress tests (#3341) --- tests/stress_tests/scripts/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/stress_tests/scripts/requirements.txt b/tests/stress_tests/scripts/requirements.txt index 6afa809ea5f..8fe0104b0ae 100644 --- a/tests/stress_tests/scripts/requirements.txt +++ b/tests/stress_tests/scripts/requirements.txt @@ -1,3 +1,5 @@ pymongo Jinja2 -PyYAML \ No newline at end of file +PyYAML + +h5py<3.0.0 # WA for OMZ Keras models. Details: https://github.com/openvinotoolkit/open_model_zoo/issues/1806 \ No newline at end of file