gesellkammer / pyliblo3

fork of pyliblo with better pip integration, binary wheels and no external dependencies
https://pypi.org/project/pyliblo3/
GNU Lesser General Public License v2.1
10 stars 3 forks source link

Add cython < 3 version constraint #4

Closed FrancescoCeruti closed 2 months ago

FrancescoCeruti commented 1 year ago

The current code is not compatibile with cython >= 3.

Since there's no version restriction, version 3 is installed by default, and fails to build, this pull-request address the issue by specifying that the cython version must be lower then "3".

This is a "quick fix", a proper solution should be to add support for cython 3.

gesellkammer commented 2 months ago

We are now cython 3 compatible so this is not needed