diff --git a/pyproject.toml b/pyproject.toml index b6fdafe2..67d1a591 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "pandas", "cookiecutter", "pyyaml", - "snakemake<=7.30", + "snakemake<=7.32.3", "setuptools_scm", "drmaa", "seaborn", diff --git a/setup.cfg b/setup.cfg index 4d90494f..bd476084 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ install_requires= wget pyyaml pandas - snakemake<=7.30.2 + snakemake<=7.32.3 tracknado