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

support isolated build via pyproject #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tlambert03
Copy link

Hello,

I know this project is largely in maintenance mode now, but I'm helping someone who very much likes using it and I'm trying to help make their project easier to install. One hurdle to that is the fact that you can't pip install lap into a fresh environment without first installing numpy/cython. PEPs 517/518 provide a solution for that, and have been implemented here by adding a pyproject.toml file.

I think these are the minimum changes needed to support pip install lap without making any assumptions about the existing environment. I hope you'll consider this small change and push an updated sdist to pypi (i updated the RELEASING.md guide accordingly)

@tlambert03
Copy link
Author

tlambert03 commented Nov 11, 2023

sorry, I just also noticed #52 @cshimmin ... that would also be great! :)

edit ... and #46 😂

hopefully @gatagat or anyone else with maintenance permissions here will have time to review a solution here

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.

1 participant