diff --git a/AUTHORS.md b/AUTHORS.md index 48b3f4ea..373cd589 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,6 +8,7 @@ The list of contributors in alphabetical order: - [Bruno Rosendo](https://orcid.org/0000-0002-0923-3148) - [Burt Holzman](https://orcid.org/0000-0001-5235-6314) - [Camila Diaz](https://orcid.org/0000-0001-5543-797X) +- [Clemens Lange](https://orcid.org/0000-0002-3632-3157) - [Daniel Prelipcean](https://orcid.org/0000-0002-4855-194X) - [Diego Rodriguez](https://orcid.org/0000-0003-0649-2002) - [Dinos Kousidis](https://orcid.org/0000-0002-4914-4289) diff --git a/setup.py b/setup.py index a26ea9ca..192e4274 100755 --- a/setup.py +++ b/setup.py @@ -39,12 +39,14 @@ "snakemake==6.15.5 ; python_version<'3.7'", # Snakemake v7 requires Python 3.7+ "snakemake==7.32.4 ; python_version>='3.7'", "tabulate<0.9", + "pulp>=2.7.0,<2.8.0", ], "snakemake_reports": [ "snakemake==6.15.5 ; python_version<'3.7'", "snakemake==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", ], }