This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new f3f4c90  [HOTFIX] Specify scipy version to fix travis failure
f3f4c90 is described below

commit f3f4c900f50e2d0b3c6e37a81a0d7353717a2444
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Tue May 21 12:10:05 2019 +0800

    [HOTFIX] Specify scipy version to fix travis failure
---
 testing/install_external_dependencies.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/install_external_dependencies.sh 
b/testing/install_external_dependencies.sh
index a5ceac2..47ab9e7 100755
--- a/testing/install_external_dependencies.sh
+++ b/testing/install_external_dependencies.sh
@@ -47,8 +47,8 @@ if [[ -n "$PYTHON" ]] ; then
   conda info -a
   conda config --add channels conda-forge
 
-  conda install -q numpy=1.12.1 pandas=0.21.1 matplotlib=2.1.1 pandasql=0.7.3 
ipython=5.4.1 jupyter_client=5.1.0 ipykernel=4.7.0 bokeh=0.12.10
-  pip install -q ggplot==0.11.5 grpcio==1.8.2 bkzep==0.4.0
+  conda install -q numpy=1.13.3 pandas=0.21.1 matplotlib=2.1.1 pandasql=0.7.3 
ipython=5.4.1 jupyter_client=5.1.0 ipykernel=4.7.0 bokeh=0.12.10
+  pip install -q scipy==0.18.0 ggplot==0.11.5 grpcio==1.8.2 bkzep==0.4.0
 
   if [[ -n "$TENSORFLOW" ]] ; then
     check_results=`conda search -c conda-forge tensorflow`

Reply via email to