From 4349903a72c7dcf5848f9b8c7d6b68a8c1292dc0 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sat, 30 Dec 2023 14:36:18 +0100 Subject: [PATCH] env: remove snakemake upper version constraint --- envs/environment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index 535acbdb..b9f9ac99 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -20,8 +20,7 @@ dependencies: - openpyxl!=3.1.1 - pycountry - seaborn - # snakemake 8 introduced a number of breaking changes which the workflow has yet to be made compatible with -- snakemake-minimal>=7.7.0,<8.0.0 +- snakemake-minimal>=7.7.0 - memory_profiler - yaml - pytables