Skip to content

Commit

Permalink
deps: pin python-tabulate to v0.8.10 as a workaround for snakemake
Browse files Browse the repository at this point in the history
  • Loading branch information
florianzwagemaker committed Oct 10, 2022
1 parent 79b5ef1 commit 3766878
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- mamba
- drmaa==0.7.9
- snakemake==7.12.1
- tabulate==0.8.10
- biopython==1.79
- pyyaml==6.0
- urllib3>=1.26
Expand Down
1 change: 1 addition & 0 deletions mamba-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- mamba
- drmaa==0.7.9
- snakemake==7.12.1
- tabulate==0.8.10
- biopython==1.79
- pyyaml==6.0
- urllib3>=1.26
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"drmaa==0.7.9",
"fpdf==1.7.2",
"pyyaml==6.0",
"tabulate==0.8.10"
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 3766878

Please sign in to comment.