Restrict snakemake version to < 8.0.0

This commit is contained in:
euronion 2023-12-21 11:57:24 +01:00
parent 64300c26e5
commit 17a4f53b9d

View File

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