Skip to content

Commit c5c8989

Browse files
author
Martin Durant
committed
Kepp tornado pin for now
1 parent de1fd8b commit c5c8989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV PATH="/work/bin:/work/miniconda/bin:$PATH"
1919
# Install pydata stack
2020
RUN conda config --set always_yes yes --set changeps1 no --set auto_update_conda no
2121
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
22+
scikit-image datashader holoviews nomkl matplotlib lz4 tornado=4.4
2323
RUN conda install -c conda-forge fastparquet s3fs zict python-blosc cytoolz dask distributed jupyter_dashboards dask-searchcv \
2424
&& conda clean -tipsy \
2525
&& jupyter nbextension enable jupyter_dashboards --py --sys-prefix \

0 commit comments

Comments
 (0)