Skip to content

Commit

Permalink
Merge pull request #176 from nextstrain/update-snakemake
Browse files Browse the repository at this point in the history
Bump snakemake pin to 7.32.3
  • Loading branch information
corneliusroemer authored Sep 14, 2023
2 parents 95cea4f + 16b9efd commit a6b0577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ RUN pip3 install envdir==1.0.1
RUN pip3 install awscli==1.18.195

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

0 comments on commit a6b0577

Please sign in to comment.