You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2021/02/02 03:10:52 UTC

[zeppelin] branch master updated: [HotFix] Fix test of flink 1.10

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 6322839  [HotFix] Fix test of flink 1.10
6322839 is described below

commit 6322839fd05f5620cdad41e702cb8d3cf71a7683
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Tue Feb 2 11:10:37 2021 +0800

    [HotFix] Fix test of flink 1.10
---
 testing/env_python_3_with_flink_110.yml | 34 ++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/testing/env_python_3_with_flink_110.yml b/testing/env_python_3_with_flink_110.yml
index 7052ec9..7deb648 100644
--- a/testing/env_python_3_with_flink_110.yml
+++ b/testing/env_python_3_with_flink_110.yml
@@ -5,20 +5,20 @@ channels:
 dependencies:
   - pip
   - pip:
-    - bkzep==0.6.1
-    - apache-flink==1.10.1
-    - numpy==1.17.3
-    - pandas==0.25.0
-    - scipy==1.3.1
-    - grpcio==1.19.0
-    - hvplot==0.5.2
-    - protobuf==3.10.0
-    - pandasql==0.7.3
-    - ipython==7.8.0
-    - matplotlib==3.0.3
-    - ipykernel==5.1.2
-    - jupyter_client==5.3.4
-    - bokeh==1.3.4
-    - panel==0.6.0
-    - holoviews==1.12.3
-    - pycodestyle==2.5.0
+      - apache-flink==1.10.2
+      - bkzep==0.6.1
+  - numpy==1.17.3
+  - pandas==0.25.0
+  - scipy==1.3.1
+  - grpcio==1.34.1
+  - hvplot==0.5.2
+  - protobuf==3.10.0
+  - pandasql==0.7.3
+  - ipython==7.8.0
+  - matplotlib==3.0.3
+  - ipykernel==5.1.2
+  - jupyter_client==5.3.4
+  - bokeh==1.3.4
+  - panel==0.6.0
+  - holoviews==1.12.3
+  - pycodestyle==2.5.0