conda-forge / pyarrow-feedstock

A conda-smithy repository for pyarrow.
BSD 3-Clause "New" or "Revised" License
6 stars 26 forks source link

Bump the NumPy pin in preparation for aarch64 and ppc64le builds #85

Closed jakirkham closed 5 years ago

jakirkham commented 5 years ago

This is analogous to PR ( https://github.com/conda-forge/arrow-cpp-feedstock/pull/99 ) except for pyarrow instead.

In preparation for building this feedstock for aarch64 and ppc64le, bump the numpy minimum version to 1.16, which is the version we have built on those architectures. It was found to be too difficult to build earlier versions on those architectures; so, the minimum numpy version was bumped to the oldest version that could reasonably be built.

ref: https://github.com/conda-forge/numpy-feedstock/pull/136#issuecomment-510785440

cc @xhochy

Checklist

conda-forge-linter commented 5 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

jakirkham commented 5 years ago

This now passes! 😄