You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code currently compiles fine on Cyhton 3.0 (see #51), however we get a couple warnings similar to
warning: ewah_bool_utils/morton_utils.pxd:13:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310
the problem is that there currently is no clear path to migrate away from this deprecated functionality: cython/cython#4310
This is the reason why I'm pinning Cython<3.1 in #51
The text was updated successfully, but these errors were encountered:
The code currently compiles fine on Cyhton 3.0 (see #51), however we get a couple warnings similar to
the problem is that there currently is no clear path to migrate away from this deprecated functionality: cython/cython#4310
This is the reason why I'm pinning
Cython<3.1
in #51The text was updated successfully, but these errors were encountered: