Skip to content

Commit

Permalink
Add xlrd as dependency (for reading xls files)
Browse files Browse the repository at this point in the history
  • Loading branch information
XSmeets authored Aug 20, 2024
1 parent 821f15a commit 76490d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM python:3.12

RUN python -m pip install --no-cache-dir pandas numpy
RUN python -m pip install --no-cache-dir pandas numpy xlrd

0 comments on commit 76490d2

Please sign in to comment.