From d5256ad236da54aafb6b164a9ff91f5ed6391613 Mon Sep 17 00:00:00 2001 From: dietmar Date: Thu, 13 Oct 2022 09:05:46 +0200 Subject: [PATCH] add openpyxl to scipy-notebook (#1804) (#1805) --- docs/using/selecting.md | 1 + scipy-notebook/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/using/selecting.md b/docs/using/selecting.md index cec6c03688..0df65d2d81 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -107,6 +107,7 @@ It contains: [matplotlib-base](https://matplotlib.org/), [numba](https://numba.pydata.org/), [numexpr](https://github.com/pydata/numexpr), + [openpyxl](https://openpyxl.readthedocs.io/en/stable/), [pandas](https://pandas.pydata.org/), [patsy](https://patsy.readthedocs.io/en/latest/), [protobuf](https://developers.google.com/protocol-buffers/docs/pythontutorial), diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 9385e7d750..bf166a2ab6 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -42,6 +42,7 @@ RUN mamba install --quiet --yes \ 'matplotlib-base' \ 'numba' \ 'numexpr' \ + 'openpyxl' \ 'pandas' \ 'patsy' \ 'protobuf' \