Skip to content

Commit

Permalink
[ci skip] Merge PR 35791
Browse files Browse the repository at this point in the history
Merge PR bioconda#35791, commits were: 
 * fix upper bound
 * vembrane: fix intervaltree versions
  • Loading branch information
tedil authored and jpfeuffer committed Sep 7, 2022
1 parent 17f5d90 commit 343abf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/vembrane/meta.yaml
Expand Up @@ -9,7 +9,7 @@ source:
sha256: b5b51e7324511025374c403f1d745dd0569086b6e901d8b60cda4f9ffeff9e08

build:
number: 0
number: 1
entry_points:
- vembrane = vembrane.cli:main
noarch: python
Expand All @@ -22,7 +22,7 @@ requirements:
- python >=3.8
run:
- asttokens >=2.0,<3.0
- intervaltree >=3.1,<=4.0
- intervaltree >=3.0,<4.0
- numpy >=1.23,<2.0
- pysam >=0.19,<0.20
- python >=3.8,<4
Expand Down

0 comments on commit 343abf0

Please sign in to comment.