Closed snowdrop4 closed 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.
cython>=0.29
Thanks a lot!
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.