Skip to content

Commit

Permalink
specify upper bound for snakemake version for support of subworkflows (
Browse files Browse the repository at this point in the history
…#58)

snakemake < 8.0.0
  • Loading branch information
rgutzen committed Feb 20, 2024
1 parent b68426d commit 25681d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"jinja2 >= 2.10.3",
"scipy >= 1.7.3",
"pygments >= 2.4.2",
"snakemake >= 7.10.0",
"snakemake >= 7.10.0, < 8.0.0",
"h5py",
"shapely",
"elephant >= 1.0.0",
Expand Down

0 comments on commit 25681d3

Please sign in to comment.