Skip to content

Commit

Permalink
Optional cython build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Oct 19, 2024
1 parent 0f3409b commit 04b36ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ sec = { cmd = "poetry run bandit -r iscc_core -q", help = "Security check with b
all = ["gentests", "format", "docs", "format-md", "lf", "test", "sec"]

[tool.poetry.build]
generate-setup-file = true
script = "build.py"

[build-system]
requires = ["poetry-core", "setuptools", "wheel"]
requires = ["poetry-core", "setuptools", "cython>=3;extra=='turbo'"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 04b36ae

Please sign in to comment.