Skip to content

Commit

Permalink
Make cython build dependency non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Oct 19, 2024
1 parent 8915849 commit ffb41f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ generate-setup-file = true
script = "build.py"

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

0 comments on commit ffb41f4

Please sign in to comment.