This is an automated email from the ASF dual-hosted git repository. guanhuali 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 5e68a916ee [MINOR] Remove unused conda env for Flink 1.12 (#4680) 5e68a916ee is described below commit 5e68a916ee6d739670fac88dd88188a388a5f2d3 Author: Cheng Pan <cheng...@apache.org> AuthorDate: Sun Oct 22 21:51:31 2023 +0800 [MINOR] Remove unused conda env for Flink 1.12 (#4680) --- testing/env_python_3_with_flink_112.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/testing/env_python_3_with_flink_112.yml b/testing/env_python_3_with_flink_112.yml deleted file mode 100644 index d3c4834685..0000000000 --- a/testing/env_python_3_with_flink_112.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: python_3_with_flink -channels: - - conda-forge - - defaults -dependencies: - - pycodestyle - - scipy - - numpy=1.19.5 - - grpcio - - protobuf - - pandasql - - ipython - - ipython_genutils - - ipykernel - - jupyter_client=5 - - hvplot - - holoviews=1.16 - - plotnine - - seaborn - - intake - - intake-parquet - - intake-xarray - - altair - - vega_datasets - - plotly - - jinja2=3.0.3 - - pip - - pip: - - apache-flink==1.12.2 -