Skip to content

Commit

Permalink
chore(deps): update Snakemake to 7.24.1
Browse files Browse the repository at this point in the history
Snakemake had been pinned to 5.10.0, which is >3yo

Resolves #135
  • Loading branch information
corneliusroemer committed Mar 13, 2023
1 parent 852036e commit 8530204
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,11 @@ RUN pip3 install envdir==1.0.1
RUN pip3 install awscli==1.18.195

# Install Snakemake and related optional dependencies.
RUN pip3 install snakemake==5.10.0
# Pinned to 7.24.1 for stability (2023-03-13)
RUN pip3 install snakemake==7.24.1
# Google Cloud Storage package is required for Snakemake to fetch remote files
# from Google Storage URIs.
RUN pip3 install google-cloud-storage==2.1.0
RUN pip3 install google-cloud-storage==2.7.0

# Install epiweeks (for ncov)
RUN pip3 install epiweeks==2.1.2
Expand Down

0 comments on commit 8530204

Please sign in to comment.