Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ RUN pip3 install epiweeks==2.1.2
RUN pip3 install pango_aliasor==0.3.0

RUN pip3 install pathogen-embed==3.0.0
# Install ml_dtypes for pip to keep numpy<2.0 for pathogen-embed/numba
# This can be removed if pathogen-embed ever unpins numba.
RUN pip3 install ml_dtypes==0.5.4
RUN pip3 install xlrd==2.0.1

# Install openpyxl for pandas in GenoFLU
Expand Down
Loading