vallis / libstempo

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

restrict cython < 3.0 #55

Closed AaronDJohnson closed 1 year ago

AaronDJohnson commented 1 year ago

Cython 3.0 breaks libstempo installation on PyPI. This will (temporarily) restrict to versions <3.0 until a fix can be implemented.

mattpitkin commented 1 year ago

If #54 is merged I assume this can be closed?

AaronDJohnson commented 1 year ago

@mattpitkin as long as it works with older versions of Cython, then yes. If not, then we should have a version that is pinned to Cython <3.0 and then have versions that support >= 3.0