Skip to content

Commit

Permalink
make pyarrow{,-all} noarch
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 7, 2024
1 parent a0ad942 commit b57b436
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,9 @@ outputs:

- name: pyarrow
version: {{ version }}
build:
noarch: python
requirements:
host:
# only necessary for run-exports
- python
- numpy
run:
# do not use pin_compatible because pyarrow-core has CUDA/non-CUDA variants
- pyarrow-core {{ version }}=*_{{ PKG_BUILDNUM }}_*
Expand All @@ -168,9 +166,6 @@ outputs:
- libarrow-dataset {{ version }}.*
- libarrow-substrait {{ version }}.*
- libparquet {{ version }}.*
- {{ pin_compatible('numpy') }}
- python

test:
files:
- test_read_parquet.py
Expand All @@ -194,19 +189,14 @@ outputs:

- name: pyarrow-all
version: {{ version }}
build:
noarch: python
requirements:
host:
# only necessary for run-exports
- python
- numpy
run:
- pyarrow {{ version }}=*_{{ PKG_BUILDNUM }}
- libarrow-flight {{ version }}.*
- libarrow-flight-sql {{ version }}.*
- libarrow-gandiva {{ version }}.*
- {{ pin_compatible('numpy') }}
- python

test:
imports:
- pyarrow.flight
Expand Down

0 comments on commit b57b436

Please sign in to comment.