Skip to content

Create pyproject.toml#7

Open
S-sirigiri wants to merge 1 commit intocrispitagorico:masterfrom
S-sirigiri:master
Open

Create pyproject.toml#7
S-sirigiri wants to merge 1 commit intocrispitagorico:masterfrom
S-sirigiri:master

Conversation

@S-sirigiri
Copy link

This pull request adds a pyproject.toml file to the root of the repository to address build issues related to PEP 517 build isolation. Previously, installing the package would fail because Cython wasn’t available in the isolated build environment, even though it was installed in the virtual environment. By declaring the required build dependencies (setuptools, wheel, and Cython) explicitly, this change ensures a consistent and reliable build process across different environments.

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