Commits


Krisztián Szűcs authored and Wes McKinney committed 1ba029cad7a
ARROW-4401: [Python] Alpine dockerfile fails to build because pandas requires numpy as build dependency It's enough to install them sequentially: [kszucs/crossbow/build-433](https://github.com/kszucs/crossbow/branches/all?utf8=%E2%9C%93&query=build-433) Author: Krisztián Szűcs <szucs.krisztian@gmail.com> Closes #3512 from kszucs/ARROW-4401 and squashes the following commits: 0dffd827 <Krisztián Szűcs> don't remove requirements files 5399970f <Krisztián Szűcs> mount as delegated 168d35a1 <Krisztián Szűcs> disable read-only mount of arrow's source directory 3cd5afdf <Krisztián Szűcs> cython f30af3d0 <Krisztián Szűcs> install numpy before pandas