Skip to content

Commit 13b72f5

Browse files
chore: update to stable snakemake (#26)
1 parent 1747168 commit 13b72f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ black = ">=23.7,<25.0"
2323
flake8 = ">=6.1,<8.0"
2424
coverage = "^7.3.1"
2525
pytest = ">=7.4.2,<9.0.0"
26-
snakemake = {git = "https://github.com/snakemake/snakemake.git"}
26+
snakemake = "^8.20.1"
2727

2828
[tool.coverage.run]
2929
omit = [".*", "*/site-packages/*", "Snakefile"]

0 commit comments

Comments
 (0)