Skip to content

Commit

Permalink
build(python): install snakemake version for Python 3.12 (reanahub#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Aug 2, 2024
1 parent 9468850 commit 6811525
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@
],
"cwl": ["cwltool==3.1.20210628163208"],
"snakemake": [
"snakemake==7.32.4",
# install patched version of snakemake v7 that works with Python 3.12
# see https://github.com/snakemake/snakemake/issues/2480
# see https://github.com/snakemake/snakemake/issues/2648
# see https://github.com/snakemake/snakemake/issues/2657
"snakemake @ git+https://github.com/mdonadoni/snakemake.git@cea31624976989ad0645eb2e1751260d32259506", # branch `7.32.4-python3.12`
"pulp>=2.7.0,<2.8.0",
],
"snakemake-reports": [
"snakemake[reports]==7.32.4",
"snakemake[reports] @ git+https://github.com/mdonadoni/snakemake.git@cea31624976989ad0645eb2e1751260d32259506", # branch `7.32.4-python3.12`
"pulp>=2.7.0,<2.8.0",
],
}
Expand Down

0 comments on commit 6811525

Please sign in to comment.