Skip to content

Commit

Permalink
Update for TileDB-VCF 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awenocur committed Dec 14, 2022
1 parent d3e4091 commit 1d5e510
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tiledb-vcf" %}
{% set version = "0.20.2" %}
{% set sha256 = "217652ad87b0ef448460597d589342d5850c653afabc5fa939cd32b787a5e9ba" %}
{% set version = "0.21.0" %}
{% set sha256 = "85fe8eb5b4e2a59b0d7a497b66a72597799b01e57e7c839c642568050bc82130" %}

package:
name: {{ name }}
Expand All @@ -15,7 +15,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 3
skip: true # [win or linux32 or py2k]

requirements:
Expand All @@ -27,10 +27,10 @@ requirements:
- make
run:
- htslib >=1.15
- tiledb 2.12.*
- tiledb 2.13.*
host:
- htslib >=1.15
- tiledb 2.12.*
- tiledb 2.13.*

outputs:
- name: libtiledbvcf
Expand All @@ -44,10 +44,10 @@ outputs:
- make
host:
- htslib >=1.15
- tiledb 2.12.*
- tiledb 2.13.*
run:
- htslib >=1.15
- tiledb 2.12.*
- tiledb 2.13.*
test:
commands:
- tiledbvcf version
Expand All @@ -65,7 +65,7 @@ outputs:
- {{ pin_compatible('numpy', lower_bound='1.16') }}
- {{ pin_subpackage('libtiledbvcf', exact=True) }}
- python
- pyarrow 9.0.*
- pyarrow 8.0.*
- pybind11
- rpdb
- wheel
Expand All @@ -76,7 +76,7 @@ outputs:
- {{ pin_compatible('numpy', lower_bound='1.16') }}
- {{ pin_subpackage('libtiledbvcf', exact=True) }}
- python
- pyarrow 9.0.*
- pyarrow 8.0.*
- pybind11
- setuptools
- pandas
Expand Down

0 comments on commit 1d5e510

Please sign in to comment.