mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Make CI install latest matplotlib
This commit is contained in:
parent
61aeeaf10f
commit
2678359244
1 changed files with 1 additions and 1 deletions
|
|
@ -44,5 +44,5 @@ if [[ -n "$PYTHON" ]] ; then
|
|||
conda update -q conda
|
||||
conda info -a
|
||||
conda config --add channels conda-forge
|
||||
conda install -q matplotlib=1.5.3 pandasql
|
||||
conda install -q matplotlib pandasql
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue