Commits

Uwe L. Korn authored 1a23419fb1e
ARROW-1124: Increase numpy dependency to >=1.10.x While we could still build with NumPy>=1.9 for Python 2, Python 3 builds require >= 1.10 due to a bug in the C-headers. Change-Id: I0f9e0ad72e4ce4b1c6b44883d5781347d33f7e5b Author: Uwe L. Korn <uwelk@xhochy.com> Closes #758 from xhochy/ARROW-1124 and squashes the following commits: 5fff1ea [Uwe L. Korn] ARROW-1124: Increase numpy dependency to >=1.10.x