Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
BLD: require meson-python >=0.18.0 for PEP 639 support
  • Loading branch information
rgommers committed Jul 27, 2025
commit 2e16d286d7aefef9aa481122f1b137e11c1eebd5
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[build-system]
build-backend = "mesonpy"
requires = [
"meson-python>=0.16.0",
"meson-python>=0.18.0",
"Cython>=3.0.4",

# numpy requirement for wheel builds for distribution on PyPI - building
Expand Down