vallis / libstempo

libstempo — a Python wrapper for tempo2
MIT License
29 stars 33 forks source link

Pin numpy version to minimum required in pyproject.toml #32

Closed jellis18 closed 3 years ago

jellis18 commented 3 years ago

I think this should fix the problems with numpy. This PR sets the build time dependency to be the lowest allowed version of numpy based on the setup.py requirements.

Also fixes a problem with the build not really using macos.