Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dmeliza
Copy link
Contributor

@dmeliza dmeliza commented Dec 28, 2020

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
Copy link
Contributor Author

dmeliza commented Feb 23, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant