From dd49e9c31c9cb9d99b54506d5fc5f377a3b69a19 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Tue, 20 Dec 2016 14:37:32 +0100 Subject: [PATCH] Fix issues pointed out by @amohammadi --- install/from-scratch.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install/from-scratch.sh b/install/from-scratch.sh index 7fe00b9..36331f8 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -43,12 +43,11 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults libpng \ libsvm \ libtiff \ - matplotlib \ + matplotlib=1 \ nose \ numexpr \ numpy \ opencv \ - pathlib \ pillow \ pip \ pkg-config \ @@ -76,7 +75,7 @@ else fi pip --no-cache-dir install \ - menpo \ + menpo==0.7.5 \ menpofit \ schema \ pyedflib \ -- GitLab