mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
30 lines
434 B
YAML
30 lines
434 B
YAML
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.15.1
|
|
|