Skip to content

Commit

Permalink
Update bx-python to 0.13.0 (#50722)
Browse files Browse the repository at this point in the history
* Update bx-python to 0.13.0

* Also test importing bx.phylo.newick

* Add pyparsing to run dependencies

---------

Co-authored-by: Nicola Soranzo <[email protected]>
  • Loading branch information
BiocondaBot and nsoranzo committed Sep 16, 2024
1 parent 242dcde commit 5515fd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/bx-python/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "bx-python" %}
{% set version = "0.12.0" %}
{% set sha256 = "aac2405a7b6f0d74a0a38d0e589205ed4e5ecee12df23e2076d40d41cc8335c2" %}
{% set version = "0.13.0" %}
{% set sha256 = "ce04696543367efc6b7995d9463efeda691b9a58f6f55a7bd831e642159b0644" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -32,6 +32,7 @@ requirements:
run:
- python
- {{ pin_compatible('numpy') }}
- pyparsing

test:
imports:
Expand All @@ -50,6 +51,7 @@ test:
- bx.motif.io
- bx.motif.logo
- bx.phylo
- bx.phylo.newick
- bx.pwm
- bx.seq
- bx.tabular
Expand Down

0 comments on commit 5515fd6

Please sign in to comment.