Skip to content

Commit

Permalink
pyproject.toml: constraint cython version
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Sep 11, 2024
1 parent 739ddae commit 4198535
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
@@ -1,6 +1,6 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["Cython>=3.0.2", "setuptools>=59.2.0", "wheel"]
requires = ["Cython>=3.0.2,<3.1", "setuptools>=59.2.0", "wheel"]

[tool.isort]
# from https://black.readthedocs.io/en/stable/compatible_configs.html
Expand Down

0 comments on commit 4198535

Please sign in to comment.