add pandas datareader

This commit is contained in:
2019-11-07 14:48:58 +01:00
parent b9bf4c20c6
commit 6eca71c20d
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ ENV PASSWORD ""
RUN \
pip install influxdb && \
pip install pymongo && \
conda install pandas-datareader && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER

View File

@ -1 +1 @@
1.3
1.4