Skip to content

Commit

Permalink
[ci skip] Merge PR 39871
Browse files Browse the repository at this point in the history
Merge PR bioconda#39871, commits were: 
 * Update meta.yaml

Unpin biopython as bug has been fixed neherlab/treetime#227
 * Update bcbio-gff to 0.7.0
  • Loading branch information
BiocondaBot authored and cokelaer committed Apr 28, 2023
1 parent 5bb10f1 commit fe7d4dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/bcbio-gff/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "bcbio-gff" %}
{% set version = "0.6.9" %}
{% set version = "0.7.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/b/{{ name|lower }}/{{ name }}-{{ version }}.tar.gz
sha256: 34dfa970e14f4533dc63c0a5512b7b5221e4a06449e6aaa344162ed5fdd7a1de
sha256: f7b3922ee274106f8716703f41f05a1795aa9d73e903f4e481995ed8f5f65d2d

build:
number: 1
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"

Expand All @@ -21,7 +21,7 @@ requirements:
run:
- python
- six
- biopython <1.81
- biopython
- bx-python

test:
Expand Down

0 comments on commit fe7d4dc

Please sign in to comment.