From b4c7b426609780934013b031c3e2cb342e8c5526 Mon Sep 17 00:00:00 2001 From: Jeff Zhang Date: Mon, 11 Dec 2017 20:53:08 +0800 Subject: [PATCH] HotFix: Fix IPythonInterpreter unit test --- testing/install_external_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/install_external_dependencies.sh b/testing/install_external_dependencies.sh index daa670bc7dd..e34296e3ab6 100755 --- a/testing/install_external_dependencies.sh +++ b/testing/install_external_dependencies.sh @@ -44,6 +44,6 @@ if [[ -n "$PYTHON" ]] ; then conda update -q conda conda info -a conda config --add channels conda-forge - conda install -q matplotlib pandasql ipython jupyter_client ipykernel matplotlib bokeh=0.12.6 + conda install -q matplotlib pandasql ipython=5.4.1 jupyter_client ipykernel matplotlib bokeh=0.12.6 pip install -q grpcio ggplot fi