From 084cda8c23853533dfcde0ced621814c68957b6e Mon Sep 17 00:00:00 2001 From: Vi On Date: Tue, 15 May 2018 16:09:17 -0700 Subject: [PATCH] ZEPPELIN-3463 pip freeze statsmodel 0.8.0 --- 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 d0b0f638bb2..d59f9c1c371 100755 --- a/testing/install_external_dependencies.sh +++ b/testing/install_external_dependencies.sh @@ -46,5 +46,5 @@ if [[ -n "$PYTHON" ]] ; then conda info -a conda config --add channels conda-forge conda install -q matplotlib=2.1.2 pandasql ipython=5.4.1 jupyter_client ipykernel matplotlib bokeh=0.12.10 - pip install -q grpcio ggplot bkzep==0.4.0 + pip install -q grpcio ggplot bkzep==0.4.0 statsmodels==0.8.0 fi