Skip to content

Commit

Permalink
Add python and numpy to host for run-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Apr 30, 2024
1 parent eaa8a97 commit b39a6f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,10 @@ outputs:
- name: pyarrow
version: {{ version }}
requirements:
host:
# only necessary for run-exports
- python
- numpy
run:
# Default set of libs because run-exports from libarrow-all aren't picked up
# Default doesn't contain flight, flight-sql and gandiva
Expand Down Expand Up @@ -806,6 +810,10 @@ outputs:
- name: pyarrow-all
version: {{ version }}
requirements:
host:
# only necessary for run-exports
- python
- numpy
run:
# full set of libs because run-exports from libarrow-all aren't picked up
- {{ pin_subpackage("libarrow", exact=True) }}
Expand Down

0 comments on commit b39a6f3

Please sign in to comment.