mariomulansky / PySpike

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

add pyproject.toml to ensure pip builds have Cython and numpy #47

Open dmeliza opened 3 years ago

dmeliza commented 3 years ago

pip install pyspike will often fail if Cython is not already in the environment because the C-code stored in the source tree may not work with newer versions of python. Adding a pyproject.toml file will enable the new PEP517 build system, which can ensure particular packages are present during building.

dmeliza commented 1 year ago

Bumping this pull request to see if it can be merged. We are using poetry to manage dependencies and so we currently have to build our own wheels to use pyspike.