Skip to content

Commit

Permalink
build(snakemake): require pulp<2.8.0 (#444)
Browse files Browse the repository at this point in the history
Closes reanahub/reana-client#706

Co-authored-by: Marco Donadoni <marco.donadoni@cern.ch>
  • Loading branch information
clelange and mdonadoni committed Feb 20, 2024
1 parent 4a74c10 commit 5daa109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
}

Expand Down

0 comments on commit 5daa109

Please sign in to comment.