File tree Expand file tree Collapse file tree
images/datascience-notebook Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ ARG PANDAS_VERSION=2.2.3 STATSMODELS_VERSION=0.14.4 BOTTLENECK_VERSION=1.4.2 NUM
7171# # mistune added for nbgrader issues
7272RUN mamba install -c conda-forge pillow typing-extensions tzlocal appdirs gputil mock pytest umap-learn && \
7373 mamba install -c conda-forge nltk statsmodels=$STATSMODELS_VERSION pandas=$PANDAS_VERSION mistune && \
74- mamba install -c conda-forge dpkt nose datascience pyarrow bottleneck=$BOTTLENECK_VERSION umap-learn numexpr=$NUMEXPR_VERSION && \
74+ mamba install -c conda-forge dpkt nose datascience pyarrow bottleneck=$BOTTLENECK_VERSION umap-learn numexpr=$NUMEXPR_VESION && \
7575 python -c 'import matplotlib.pyplot' && \
7676 fix-permissions $CONDA_DIR && \
7777 fix-permissions /home/$NB_USER && \
You can’t perform that action at this time.
0 commit comments