tommyod / KDEpy

Kernel Density Estimation in Python
https://kdepy.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
584 stars 90 forks source link

Disallow breaking version of Cython (3.0.0) #148

Closed snowdrop4 closed 1 year ago

snowdrop4 commented 1 year ago

Cython 3.0.0 was recently released, which contains a breaking change in how numbers are handled.

This broke the build as the cython>=0.29 requirement would mean that the latest version (3.0.0) would be used.

tommyod commented 1 year ago

Thanks a lot!