You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
17 lines
408 B
Diff
17 lines
408 B
Diff
--- pyproject.toml.orig 2025-10-17 15:31:25
|
|
+++ pyproject.toml 2025-10-17 15:34:17
|
|
@@ -55,12 +55,11 @@
|
|
requires = [
|
|
'meson-python>=0.11',
|
|
"meson>=1.1",
|
|
- 'ninja',
|
|
'wheel',
|
|
'oldest-supported-numpy',
|
|
'Cython>=0.29.31',
|
|
'pyproject-metadata>=0.5.0',
|
|
- "tomli>=1.0.0; python_version < '3.12'"
|
|
+ "tomli>=1.0.0; python_version < '3.11'"
|
|
]
|
|
|
|
[project.optional-dependencies]
|