Skip to content

Commit

Permalink
MNT add Cython in build-system
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSZhang committed Aug 21, 2024
1 parent 6552033 commit 47a2cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ python-build = "*"
uv = "*"

[build-system]
requires = ["meson-python"]
requires = ["meson-python>=0.16.0", "Cython>=3.0.10"]
build-backend = "mesonpy"

[tool.pixi.project]
Expand Down

0 comments on commit 47a2cae

Please sign in to comment.