Skip to content

Commit 2627937

Browse files
authored
Added a new dependency to pyexcel-ods
This package provides some tools to read from `.ods` files (LibreOffice/OpenOffice).
1 parent e055a16 commit 2627937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ RUN pip install --upgrade mpld3 && \
307307
pip install PyAstronomy && \
308308
conda install pytorch torchvision -c soumith && \
309309
pip install squarify && \
310+
pip install pyexcel-ods && \
310311
##### ^^^^ Add new contributions above here
311312
# clean up pip cache
312313
rm -rf /root/.cache/pip/* && \

0 commit comments

Comments
 (0)