new minimum snakemake version is 7.7

This commit is contained in:
Fabian Neumann 2023-03-08 19:28:00 +01:00
parent 7405377fd7
commit a1ba3a2c17
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ HTTP = HTTPRemoteProvider()
from snakemake.utils import min_version from snakemake.utils import min_version
min_version("6.15") min_version("7.7")
if not exists("config.yaml"): if not exists("config.yaml"):

View File

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