Skip to content

Commit

Permalink
UPDATE: remove old dendropy pin (#50711)
Browse files Browse the repository at this point in the history
* PIN: remove dendropy pin now that sepp is compatible

* bump build number
  • Loading branch information
lizgehret committed Sep 17, 2024
1 parent 28b9c51 commit d3318bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/busco/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:
version: {{ version }}

build:
number: 0
number: 1
noarch: python
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
Expand All @@ -30,7 +30,6 @@ requirements:
- biopython >=1.79
- prodigal
- sepp >=4.3.10
- dendropy <4.6.0 # necessary temporarily until SEPP updates their codebase or recipe
- metaeuk >=6.a5d39d9 # needed for gff bug fix
- pandas
- bbmap
Expand All @@ -47,7 +46,6 @@ requirements:
- r-ggplot2 >=2.2.1
- prodigal
- sepp >=4.3.10
- dendropy <4.6.0 # necessary temporarily until SEPP updates their codebase or recipe
- metaeuk >=6.a5d39d9 # needed for gff bug fix
- pandas
- bbmap
Expand Down

0 comments on commit d3318bb

Please sign in to comment.