Skip to content

Commit

Permalink
add openpyxl to scipy-notebook (#1804) (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmar authored Oct 13, 2022
1 parent 65cd532 commit d5256ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/using/selecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
1 change: 1 addition & 0 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN mamba install --quiet --yes \
'matplotlib-base' \
'numba' \
'numexpr' \
'openpyxl' \
'pandas' \
'patsy' \
'protobuf' \
Expand Down

0 comments on commit d5256ad

Please sign in to comment.