h2oai / datatable

A Python package for manipulating 2-dimensional tabular data structures
https://datatable.readthedocs.io
Mozilla Public License 2.0
1.81k stars 155 forks source link

Fix builds on `aarch64` #3471

Closed hpretl closed 1 year ago

hpretl commented 1 year ago

An improvement to the fix #3469, as it seems that platform.machine() could also return aarch64.

Closes #3430