Skip to content

Commit

Permalink
fix: add missing cython version pin to the build system (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 6, 2024
1 parent e393611 commit 1b7d28c
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 @@ -101,5 +101,5 @@ module = "docs.*"
ignore_errors = true

[build-system]
requires = ['setuptools>=65.4.1', 'wheel', 'Cython', "poetry-core>=1.0.0"]
requires = ['setuptools>=65.4.1', 'wheel', 'Cython>=0.29.32,<3.1.0', "poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 1b7d28c

Please sign in to comment.