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

[REF] Use pyproject.toml #571

Open
jgranley opened this issue Oct 26, 2023 · 0 comments
Open

[REF] Use pyproject.toml #571

jgranley opened this issue Oct 26, 2023 · 0 comments

Comments

@jgranley
Copy link
Member

Having the package use a pyproject.toml to set up the build, installation, and pip package would be ideal, would modernize the package, and would provide numerous other benefits such as simplified installation, cross platform compatibility, allows pulse2percept to be included in other projects requirements.txt (currently doesn't work because numpy and cython must be installed prior to pulse2percept), and simplified github actions (e.g. wheel build checks).

https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/

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

No branches or pull requests

1 participant