You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
18 lines
443 B
Diff
18 lines
443 B
Diff
--- pyproject.toml.orig 2026-01-16 10:29:54
|
|
+++ pyproject.toml 2026-01-16 10:31:01
|
|
@@ -95,10 +95,10 @@
|
|
build-backend = "mesonpy"
|
|
# Minimum requirements for the build system to execute.
|
|
requires = [
|
|
- "meson-python>=0.17.1,<0.19.0",
|
|
- "cython>=3.1.2,<3.3.0",
|
|
- "numpy>=2,<2.4.0",
|
|
- "scipy>=1.10.0,<1.17.0",
|
|
+ "meson-python>=0.17.1",
|
|
+ "cython>=3.1.2",
|
|
+ "numpy>=2",
|
|
+ "scipy>=1.10.0",
|
|
]
|
|
|
|
[tool.pytest.ini_options]
|