Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loosen pyarrow pin #113

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .ci_support/linux_64_.yaml
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
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
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
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
6 changes: 0 additions & 6 deletions recipe/conda_build_config.yaml
Expand Up @@ -6,9 +6,3 @@ channel_sources:
- conda-forge,tiledb
channel_targets:
- tiledb main
pyarrow:
- 11.*
pin_run_as_build:
pyarrow:
min_pin: x
max_pin: x
10 changes: 3 additions & 7 deletions recipe/meta.yaml
Expand Up @@ -59,15 +59,13 @@ outputs:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [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]
- pyarrow # [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 All @@ -104,5 +102,3 @@ extra:
- ihnorton
- shelnutt2
- jdblischak

# touch to re-force CI (re-run button not working, IDK why)