We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1fd8b commit c5c8989Copy full SHA for c5c8989
Dockerfile
@@ -19,7 +19,7 @@ ENV PATH="/work/bin:/work/miniconda/bin:$PATH"
19
# Install pydata stack
20
RUN conda config --set always_yes yes --set changeps1 no --set auto_update_conda no
21
RUN conda install notebook=4.2 ipywidgets psutil numpy scipy pandas bokeh scikit-learn statsmodels pip numba \
22
- scikit-image datashader holoviews nomkl matplotlib lz4 tornado
+ scikit-image datashader holoviews nomkl matplotlib lz4 tornado=4.4
23
RUN conda install -c conda-forge fastparquet s3fs zict python-blosc cytoolz dask distributed jupyter_dashboards dask-searchcv \
24
&& conda clean -tipsy \
25
&& jupyter nbextension enable jupyter_dashboards --py --sys-prefix \
0 commit comments