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