fix: add missing cython version pin to the build system (#310)

This commit is contained in:
J. Nick Koston 2024-09-06 14:03:59 -05:00 committed by GitHub
parent e393611fbf
commit 1b7d28cd1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"