From 904178fe454b9af39164a0c327f1ecd1663132af Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Thu, 29 Feb 2024 11:59:47 +0100 Subject: [PATCH] build(python): restore snakemake `reports` extra (#446) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 60ffb6c8..8597fede 100755 --- a/setup.py +++ b/setup.py @@ -43,8 +43,8 @@ "smart-open<7 ; python_version<'3.7'", # see https://github.com/piskvorky/smart_open/issues/806 ], "snakemake-reports": [ - "snakemake==6.15.5 ; python_version<'3.7'", - "snakemake==7.32.4 ; python_version>='3.7'", + "snakemake[reports]==6.15.5 ; python_version<'3.7'", + "snakemake[reports]==7.32.4 ; python_version>='3.7'", "pygraphviz<1.8", "tabulate<0.9", # tabulate 0.9 crashes snakemake, more info: https://github.com/snakemake/snakemake/issues/1899 "pulp>=2.7.0,<2.8.0",