bumb minimum snakemake version to v8

This commit is contained in:
Fabian Neumann 2023-12-31 13:01:17 +01:00
parent 98e47eab3c
commit ea95f2b38c
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from shutil import copyfile, move, rmtree
from snakemake.utils import min_version
min_version("7.7")
min_version("8")
if not exists("config/config.yaml"):

View File

@ -20,7 +20,7 @@ dependencies:
- openpyxl!=3.1.1
- pycountry
- seaborn
- snakemake-minimal>=7.7.0
- snakemake-minimal>=8
- memory_profiler
- yaml
- pytables