Skip to content

Commit

Permalink
chore: update to stable snakemake (#142)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the dependency specification for the `snakemake` package to
ensure a stable version (8.20.0) is used, enhancing the reliability of
the environment.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
johanneskoester authored Sep 7, 2024
1 parent c414f65 commit edadd3e
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 @@ -25,7 +25,7 @@ black = "^23.7.0"
flake8 = "^6.1.0"
coverage = "^7.3.1"
pytest = "^7.4.2"
snakemake = {git = "https://github.com/snakemake/snakemake.git"}
snakemake = "^8.20.0"

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

0 comments on commit edadd3e

Please sign in to comment.