From 80dd3d024eed2a70f474b5e202e87399960ba447 Mon Sep 17 00:00:00 2001 From: SzabolcsGergely Date: Mon, 18 Oct 2021 11:59:27 +0300 Subject: [PATCH] Add numpy to dependency list --- examples/install_requirements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/install_requirements.py b/examples/install_requirements.py index d0f082422..25a49ce5f 100755 --- a/examples/install_requirements.py +++ b/examples/install_requirements.py @@ -52,7 +52,7 @@ def hasWhitespace(string): requireOpenCv = True if requireOpenCv: - DEPENDENCIES.append('opencv-python') + DEPENDENCIES.extend(['numpy','opencv-python']) # Constants