Skip to content

Commit

Permalink
Pin pulp<2.8 for snakemake
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored Jan 12, 2024
1 parent 94dfaf6 commit 0274617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ RUN pip3 install awscli==1.18.195

# Install Snakemake and related optional dependencies.
# Pinned to 7.32.3 for stability (2023-09-09)
RUN pip3 install snakemake==7.32.3
# Pulp>=2.8.0 breaks snakemake <=8.1.1, see https://github.com/snakemake/snakemake/issues/2607
RUN pip3 install snakemake==7.32.3 "pulp<2.8"
# 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 0274617

Please sign in to comment.