zeppelin/testing/env_python_3.yml
Jeff Zhang ade718c778 [ZEPPELIN-5693] IPythonInterpreterTest.testIPythonPlotting fails due to jinjia2 version upgrade
### What is this PR for?

Specify the jinjia2 version explicitly so that we won't get the error described in the jira.

### What type of PR is it?
[Bug Fix ]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-5693

### How should this be tested?
* CI pass

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jeff Zhang <zjffdu@apache.org>

Closes #4331 from zjffdu/ZEPPELIN-5693 and squashes the following commits:

bff6509c3b [Jeff Zhang] [ZEPPELIN-5693] IPythonInterpreterTest.testIPythonPlotting fails due to jinjia2 version upgrade
2022-03-25 18:44:42 +08:00

24 lines
405 B
YAML

name: python_3
channels:
- conda-forge
- defaults
dependencies:
- pycodestyle=2.5.0
- numpy=1.17.3
- pandas=0.25.0
- scipy=1.3.1
- grpcio=1.22.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
- jinja2=3.0.3
- pip
- pip:
- bkzep==0.6.1