From f009dffa9941ac1aa68fb1171f1651bae053e26e Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 20 Dec 2016 16:00:28 +0100 Subject: [PATCH] Update from-scratch.sh pin opencv on version 3 --- install/from-scratch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/from-scratch.sh b/install/from-scratch.sh index 0c41b37..41ae65e 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -47,7 +47,7 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults nose \ numexpr \ numpy \ - opencv \ + opencv=3 \ pillow \ pip \ pkg-config \ -- GitLab