We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fee63f commit d9a9faaCopy full SHA for d9a9faa
binder/Dockerfile
@@ -33,16 +33,16 @@ RUN ${PIP} install --no-cache-dir \
33
nteract_on_jupyter
34
35
# OGGM(-Hub) requirements
36
-RUN ${PIP} install --no-cache-dir --no-binary scikit-learn \
+RUN ${PIP} install --no-cache-dir --no-binary scikit-learn,pyct \
37
scikit-learn \
38
+ pyct \
39
ipympl && \
40
${PIP} install --no-cache-dir --no-binary :all: --only-binary jupyterlab-pygments \
41
nbgitpuller \
42
nbserverproxy \
43
graphviz \
44
bokeh \
45
param \
- pyct \
46
shapely \
47
parambokeh \
48
seaborn \
0 commit comments