Skip to content

Commit f923f03

Browse files
Update snakemake requirement from ==7.8.* to >=7.8,<7.10 (openproblems-bio#503)
Updates the requirements on [snakemake](https://github.com/snakemake/snakemake) to permit the latest version. - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](snakemake/snakemake@v7.8.0...v7.9.0) --- updated-dependencies: - dependency-name: snakemake dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 817ea64 commit f923f03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"anndata2ri==1.1.*",
2424
]
2525

26-
evaluate_requires = ["snakemake==7.8.*"]
26+
evaluate_requires = ["snakemake>=7.8,<7.10"]
2727

2828
process_requires = ["numpyencoder==0.3.*"]
2929

0 commit comments

Comments
 (0)