Commit 44fbf93b authored by Mark Dean's avatar Mark Dean

add pytables and bottleneck

parent 8b4d6f6a
...@@ -19,6 +19,7 @@ RUN conda install --quiet --yes \ ...@@ -19,6 +19,7 @@ RUN conda install --quiet --yes \
'beautifulsoup4=4.8.*' \ 'beautifulsoup4=4.8.*' \
'conda-forge::blas=*=openblas' \ 'conda-forge::blas=*=openblas' \
'bokeh=2.0.*' \ 'bokeh=2.0.*' \
'bottleneck=1.3.*' \
'cloudpickle=1.3.*' \ 'cloudpickle=1.3.*' \
'cython=0.29.*' \ 'cython=0.29.*' \
'dask=2.14.*' \ 'dask=2.14.*' \
...@@ -33,6 +34,7 @@ RUN conda install --quiet --yes \ ...@@ -33,6 +34,7 @@ RUN conda install --quiet --yes \
'pandas=1.0.*' \ 'pandas=1.0.*' \
'patsy=0.5.*' \ 'patsy=0.5.*' \
'protobuf=3.11.*' \ 'protobuf=3.11.*' \
'pytables=3.6.*' \
'scikit-image=0.16.*' \ 'scikit-image=0.16.*' \
'scikit-learn=0.22.*' \ 'scikit-learn=0.22.*' \
'scipy=1.4.*' \ 'scipy=1.4.*' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment