File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -87,4 +87,4 @@ test/%: ## run tests against a stack
87
87
@TEST_IMAGE=" $( OWNER) /$( notdir $@ ) " pytest test
88
88
89
89
test/base-notebook : # # test supported options in the base notebook
90
- @TEST_IMAGE=" $( OWNER) /$( notdir $@ ) " pytest test base-notebook/test
90
+ @TEST_IMAGE=" $( OWNER) /$( notdir $@ ) " pytest test base-notebook/test
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ RUN apt-get update && \
15
15
USER $NB_UID
16
16
17
17
# Install Python 3 packages
18
- # Remove pyqt and qt pulled in for matplotlib since we're only ever going to
19
- # use notebook-friendly backends in these images
20
18
RUN conda install --quiet --yes \
21
19
'conda-forge::blas=*=openblas' \
22
20
'ipywidgets=7.4*' \
@@ -43,7 +41,6 @@ RUN conda install --quiet --yes \
43
41
'beautifulsoup4=4.7.*' \
44
42
'protobuf=3.7.*' \
45
43
'xlrd' && \
46
- conda remove --quiet --yes --force qt pyqt && \
47
44
conda clean --all -f -y && \
48
45
# Activate ipywidgets extension in the environment that runs the notebook server
49
46
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
You can’t perform that action at this time.
0 commit comments