From 3292769834db972eabd04211e9c1d97fc5ca36af Mon Sep 17 00:00:00 2001 From: Johannes Koester Date: Tue, 5 Dec 2023 15:59:45 +0100 Subject: [PATCH] use main branch of snakemake --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 009fcbe..c2f7120 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ black = "^23.11.0" flake8 = "^6.1.0" coverage = "^7.3.2" pytest = "^7.4.3" -snakemake = "^7.32.4" +snakemake = {git="https://github.com/snakemake/snakemake.git"} [build-system] requires = ["poetry-core"]