This is an automated email from the ASF dual-hosted git repository. kszucs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push: new c800f15 ARROW-3334: [Python] Update conda packages to new numpy requirement c800f15 is described below commit c800f15ea52b03747ca3c7ff5396da23dd128928 Author: Korn, Uwe <uwe.k...@blue-yonder.com> AuthorDate: Thu Sep 27 12:33:19 2018 +0200 ARROW-3334: [Python] Update conda packages to new numpy requirement Author: Korn, Uwe <uwe.k...@blue-yonder.com> Closes #2636 from xhochy/ARROW-3334 and squashes the following commits: 25b52968 <Korn, Uwe> ARROW-3334: Update conda packages to new numpy requirement --- dev/tasks/conda-recipes/arrow-cpp/meta.yaml | 6 ++---- dev/tasks/conda-recipes/pyarrow/meta.yaml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml index f908291..5deca41 100644 --- a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml +++ b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml @@ -48,14 +48,12 @@ requirements: - zstd - lz4-c - python - - numpy 1.10.* # [not (win and py>=36)] - - numpy 1.12.* # [win and py>=36] + - numpy 1.14.* run: - boost-cpp - python - - {{ pin_compatible('numpy', lower_bound='1.10') }} # [not (win and py>=36)] - - {{ pin_compatible('numpy', lower_bound='1.12') }} # [win and py>=36] + - {{ pin_compatible('numpy', lower_bound='1.14') }} - snappy # [win and py>=35] - zlib diff --git a/dev/tasks/conda-recipes/pyarrow/meta.yaml b/dev/tasks/conda-recipes/pyarrow/meta.yaml index ddccd9c..45e28a7 100644 --- a/dev/tasks/conda-recipes/pyarrow/meta.yaml +++ b/dev/tasks/conda-recipes/pyarrow/meta.yaml @@ -37,16 +37,14 @@ requirements: - setuptools - setuptools_scm - cython - - numpy 1.10.* # [not (win and py>=36)] - - numpy 1.12.* # [win and py>=36] + - numpy 1.14.* - six - arrow-cpp {{ ARROW_VERSION }} run: - python - setuptools - - {{ pin_compatible('numpy', lower_bound='1.10') }} # [not (win and py>=36)] - - {{ pin_compatible('numpy', lower_bound='1.12') }} # [win and py>=36] + - {{ pin_compatible('numpy', lower_bound='1.14') }} - pandas - six - futures # [py27]