Skip to content

Commit d9a9faa

Browse files
committed
Single out bokeh dependency
1 parent 2fee63f commit d9a9faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binder/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ RUN ${PIP} install --no-cache-dir \
3333
nteract_on_jupyter
3434

3535
# OGGM(-Hub) requirements
36-
RUN ${PIP} install --no-cache-dir --no-binary scikit-learn \
36+
RUN ${PIP} install --no-cache-dir --no-binary scikit-learn,pyct \
3737
scikit-learn \
38+
pyct \
3839
ipympl && \
3940
${PIP} install --no-cache-dir --no-binary :all: --only-binary jupyterlab-pygments \
4041
nbgitpuller \
4142
nbserverproxy \
4243
graphviz \
4344
bokeh \
4445
param \
45-
pyct \
4646
shapely \
4747
parambokeh \
4848
seaborn \

0 commit comments

Comments
 (0)