Skip to content

Commit

Permalink
update TileDB-VCF to 0.29.0 (#111)
Browse files Browse the repository at this point in the history
* update

* loosen pyarrow pin

* MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.31.1, and conda-forge-pinning 2024.03.07.20.43.08

---------

Co-authored-by: Isaiah Norton <isaiah.norton@gmail.com>
  • Loading branch information
awenocur and ihnorton authored Mar 8, 2024
1 parent 9ba78d5 commit 5f11910
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ numpy:
- '1.22'
- '1.22'
pin_run_as_build:
pyarrow:
min_pin: x
max_pin: x
python:
min_pin: x.x
max_pin: x.x
pyarrow:
- 11.*
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand Down
5 changes: 0 additions & 5 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,9 @@ numpy:
- '1.22'
- '1.22'
pin_run_as_build:
pyarrow:
min_pin: x
max_pin: x
python:
min_pin: x.x
max_pin: x.x
pyarrow:
- 11.*
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand Down
5 changes: 0 additions & 5 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ numpy:
- '1.22'
- '1.22'
pin_run_as_build:
pyarrow:
min_pin: x
max_pin: x
python:
min_pin: x.x
max_pin: x.x
pyarrow:
- 11.*
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand Down
5 changes: 0 additions & 5 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ numpy:
- '1.22'
- '1.22'
pin_run_as_build:
pyarrow:
min_pin: x
max_pin: x
python:
min_pin: x.x
max_pin: x.x
pyarrow:
- 11.*
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand Down
16 changes: 7 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.28.1" %}
{% set sha256 = "8fd2007ab2044c950577067bad9fa3bd6a42f5e9b6b83c75409efaa5a46b19cf" %}
{% set version = "0.29.0" %}
{% set sha256 = "9c160f2435bff60ff53401fbb72cd9d061a8af073ab37c0e544bcf2084cfcbe7" %}

package:
name: {{ name }}
Expand Down Expand Up @@ -29,11 +29,11 @@ outputs:
host:
- htslib >=1.15 # [not win]
- m2w64-htslib >=1.15 # [win]
- tiledb 2.19.*
- tiledb 2.20.*
run:
- htslib >=1.15 # [not win]
- m2w64-htslib >=1.15 # [win]
- tiledb 2.19.*
- tiledb 2.20.*
test:
files: # [not win]
- test-cli.sh # [not win]
Expand All @@ -58,16 +58,14 @@ outputs:
- {{ compiler('cxx') }}
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- pyarrow # [build_platform != target_platform]
- pybind11 # [build_platform != target_platform]
- pyarrow 9.* # [py<=37 and build_platform != target_platform]
- pyarrow {{ pyarrow }} # [py>=38 and build_platform != target_platform]
- numpy # [build_platform != target_platform]
host:
- numpy
- libtiledbvcf {{ version }}
- python
- pyarrow 9.* # [py<=37]
- pyarrow {{ pyarrow }} # [py>=38]
- pyarrow >=14.0.2
- pybind11 >=2.5
- wheel >=0.30
- setuptools >=18.0
Expand All @@ -77,7 +75,7 @@ outputs:
- {{ pin_compatible('numpy', lower_bound='1.16', upper_bound='1.24') }}
- {{ pin_subpackage('libtiledbvcf', exact=True) }}
- python
- {{ pin_compatible('pyarrow', max_pin='x') }}
- pyarrow >=14.0.2
- pandas
imports:
- tiledbvcf
Expand Down

0 comments on commit 5f11910

Please sign in to comment.