Skip to content

Commit c3ae266

Browse files
committed
2 parents a86038d + 3599879 commit c3ae266

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

binder/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ RUN pip install --no-cache --upgrade pip && \
66
"pytest>=4.4.1,<4.5.0" \
77
"black==19.10b0" \
88
"altair>=4.1.0" \
9-
"xlrd>=1.0.0" \
9+
"xlrd==1.2.0" \
1010
"pandas==1.0.5" \
1111
"plotly==4.8.1" \
1212
"numpy>=1.11.0,<1.16.4" \
13-
"matplotlib==3.*"
13+
"matplotlib==3.*" \
14+
"openpyxl>=3.0.5"
1415

1516
# create user with a home directory
1617
ARG NB_USER

0 commit comments

Comments
 (0)