Skip to content

Commit 23c3c72

Browse files
Update snakemake to v7.25.2
1 parent 59e6ed2 commit 23c3c72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ RUN pip3 install envdir==1.0.1
186186
RUN pip3 install awscli==1.27.126
187187

188188
# Install Snakemake and related optional dependencies.
189-
# Pinned to 7.24.1 for stability (2023-03-13)
190-
RUN pip3 install snakemake==7.24.1
189+
RUN pip3 install snakemake==7.25.2
191190
# Google Cloud Storage package is required for Snakemake to fetch remote files
192191
# from Google Storage URIs.
193192
RUN pip3 install google-cloud-storage==2.8.0

0 commit comments

Comments
 (0)