new minimum snakemake version is 7.7
This commit is contained in:
parent
7405377fd7
commit
a1ba3a2c17
@ -11,7 +11,7 @@ HTTP = HTTPRemoteProvider()
|
||||
|
||||
from snakemake.utils import min_version
|
||||
|
||||
min_version("6.15")
|
||||
min_version("7.7")
|
||||
|
||||
|
||||
if not exists("config.yaml"):
|
||||
|
@ -19,7 +19,7 @@ dependencies:
|
||||
- openpyxl!=3.1.1
|
||||
- pycountry
|
||||
- seaborn
|
||||
- snakemake-minimal
|
||||
- snakemake-minimal>=7.7.0
|
||||
- memory_profiler
|
||||
- yaml
|
||||
- pytables
|
||||
|
Loading…
Reference in New Issue
Block a user