bumb minimum snakemake version to v8
This commit is contained in:
parent
98e47eab3c
commit
ea95f2b38c
@ -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"):
|
||||
|
@ -20,7 +20,7 @@ dependencies:
|
||||
- openpyxl!=3.1.1
|
||||
- pycountry
|
||||
- seaborn
|
||||
- snakemake-minimal>=7.7.0
|
||||
- snakemake-minimal>=8
|
||||
- memory_profiler
|
||||
- yaml
|
||||
- pytables
|
||||
|
Loading…
Reference in New Issue
Block a user