From b39a6f373496f2acb61ac36e075e0be1692e03a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Tue, 30 Apr 2024 08:57:09 +0200 Subject: [PATCH] Add python and numpy to host for run-exports --- recipe/meta.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 19c73accc..2dc60c6f5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 @@ -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) }}