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

Fix Cython build dependency with pyproject.toml #103

Merged
merged 1 commit into from
Mar 11, 2021
Merged

Fix Cython build dependency with pyproject.toml #103

merged 1 commit into from
Mar 11, 2021

Conversation

li-plus
Copy link
Contributor

@li-plus li-plus commented Oct 23, 2020

Specify Cython as a build system dependency in pyproject.toml, so that pip will install Cython before running setup.py, according to PEP 518.
Tested with command pip install git+https://github.com/li-plus/pydensecrf.git without having Cython installed.
This really solves Issue #78.

@lucasb-eyer lucasb-eyer merged commit 0d53acb into lucasb-eyer:master Mar 11, 2021
@lucasb-eyer
Copy link
Owner

Thank you!

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.

2 participants