Skip to content

Commit

Permalink
Tabulate 0.9 breaks Snakemake
Browse files Browse the repository at this point in the history
See details in [snakemake issue 1899](snakemake/snakemake#1899):

tabulate 0.9 reproducibly crashes snakemake with an error:
```text
AttributeError: 'str' object has no attribute 'name'
```
  • Loading branch information
DrYak authored Oct 8, 2022
1 parent fb6b8d6 commit 2a91279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/snakemake/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 8d5bc68dc8e1a747f107b72052865b740f96cbafa53250de63e95f3f1a91a0b8

build:
number: 0
number: 1
noarch: generic

requirements:
Expand Down Expand Up @@ -105,7 +105,7 @@ outputs:
- smart_open >=3.0
- filelock
- stopit
- tabulate
- tabulate <0.9
- jinja2 >=3.0,<4.0
- yte >=1.2,<2.0
- reretry
Expand Down

0 comments on commit 2a91279

Please sign in to comment.