Skip to content

Commit f20c1d9

Browse files
authored
Unpin matplotlib in Dockerfile
This PR unpins the matplotlib dependency in the `Dockerfile` for binder
1 parent d4d12cc commit f20c1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM andrewosh/binder-base
33
LABEL maintainer "[email protected]"
44

55
USER main
6-
RUN conda install -c conda-forge python-stratify matplotlib=1.5.3
6+
RUN conda install -c conda-forge python-stratify matplotlib
77
WORKDIR $HOME/notebooks
88
RUN rm -rf stratify

0 commit comments

Comments
 (0)