mariomulansky / PySpike

Python implementation of spike distance metrics
http://mariomulansky.github.io/PySpike
Other
71 stars 30 forks source link

Fix numpy include error with Cython 3 #68 #81

Closed mariomulansky closed 4 months ago

mariomulansky commented 4 months ago

Fixes compilation error with Cython 3 by making numpy_include behave like an os.PathLike. That is needed because Cython 3 is passing the numpy_include instance directly to os.path.join.