astrofrog / fast-histogram

:zap: Fast 1D and 2D histogram functions in Python :zap:
BSD 2-Clause "Simplified" License
266 stars 28 forks source link

Fixes related to Numpy as a build-time requirement #36

Closed astrofrog closed 5 years ago

astrofrog commented 5 years ago

We can't yet use pyproject.toml as discussed in https://github.com/astrofrog/fast-histogram/issues/35 as we should pin numpy to the oldest supported version for each Python version. So instead this improves the setup_requires implementation and includes some new tests to make sure things work fine.