We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e6ed2 commit 23c3c72Copy full SHA for 23c3c72
1 file changed
Dockerfile
@@ -186,8 +186,7 @@ RUN pip3 install envdir==1.0.1
186
RUN pip3 install awscli==1.27.126
187
188
# 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
+RUN pip3 install snakemake==7.25.2
191
# Google Cloud Storage package is required for Snakemake to fetch remote files
192
# from Google Storage URIs.
193
RUN pip3 install google-cloud-storage==2.8.0
0 commit comments