mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
17 lines
458 B
Diff
17 lines
458 B
Diff
--- pyproject.toml.orig 2024-01-01 00:00:00.000000000 +0000
|
|||
|
|
+++ pyproject.toml 2024-01-01 00:00:00.000000000 +0000
|
||
|
|
@@ -1,9 +1,9 @@
|
||
|
|
[build-system]
|
||
|
|
build-backend = "mesonpy"
|
||
|
|
# Minimum requirements for the build system to execute.
|
||
|
|
requires = [
|
||
|
|
- "meson-python>=0.16.0,<0.19.0",
|
||
|
|
- "Cython>=3.0.10,<3.2.0",
|
||
|
|
- "numpy>=2,<2.4.0",
|
||
|
|
- "scipy>=1.8.0,<1.17.0",
|
||
|
|
+ "meson-python>=0.16.0",
|
||
|
|
+ "Cython>=3.0.10",
|
||
|
|
+ "numpy>=2",
|
||
|
|
+ "scipy>=1.8.0",
|
||
|
|
]
|