diff --git a/tests/layer_tests/requirements.txt b/tests/layer_tests/requirements.txt index 717c816c904..d4bd42b05d0 100644 --- a/tests/layer_tests/requirements.txt +++ b/tests/layer_tests/requirements.txt @@ -1,2 +1,3 @@ requests>=2.25.1 -numpy~=1.19.5 +numpy~=1.19.5; platform_system != "Windows" +numpy~=1.19.3; platform_system == "Windows" diff --git a/thirdparty/open_model_zoo b/thirdparty/open_model_zoo index d276b46f338..d8e5e2ecde8 160000 --- a/thirdparty/open_model_zoo +++ b/thirdparty/open_model_zoo @@ -1 +1 @@ -Subproject commit d276b46f338f9242cc7fd71eea037fc9696d66bc +Subproject commit d8e5e2ecde84151b50f370c74f5d3ea2e820be72