From fbc19ebc05b3d42725ecac4f68484980a7aec205 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 27 Jan 2017 11:25:23 +0100 Subject: [PATCH] Update from-scratch.sh - update toolchain --- 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 bd25f09..7babdb5 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -80,7 +80,7 @@ ${CONDA} create --yes -n ${NAME} \ sphinx_rtd_theme \ sqlalchemy=1.0.13 \ ${TENSORFLOW} \ - toolchain=2.0.1 \ + toolchain=2.1.0 \ virtualenv \ vlfeat=0.9.20 -- GitLab