Skip to content

Commit

Permalink
don't require ninja to come from PyPI (contourpy#260)
Browse files Browse the repository at this point in the history
In pyproject.toml, the baseline requirements for building are supposed
to be listed.
  • Loading branch information
eli-schwartz authored Jul 24, 2023
1 parent a359d90 commit 7132cf4
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,7 +1,7 @@
[build-system]
build-backend = "mesonpy"
requires = [
"meson[ninja] >= 1.2.0",
"meson >= 1.2.0",
"meson-python >= 0.13.1",
"pybind11 >= 2.10.4",
]
Expand Down

0 comments on commit 7132cf4

Please sign in to comment.