You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
17 lines
465 B
Diff
17 lines
465 B
Diff
--- pyproject.toml.orig 2025-12-04 09:58:03
|
|
+++ pyproject.toml 2025-12-04 09:58:30
|
|
@@ -1,10 +1,8 @@
|
|
[build-system]
|
|
requires = [
|
|
- "setuptools >= 67.0, < 81.0",
|
|
- "wheel >= 0.40, < 0.46",
|
|
- "cython >= 3.0, < 3.2",
|
|
- "numpy == 2.1.0; python_version == '3.13'",
|
|
- "numpy == 2.0.0; python_version <= '3.12'",
|
|
+ "setuptools >= 67.0",
|
|
+ "cython >= 3.0",
|
|
+ "numpy >= 2.1.0; python_version >= '3.13'",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|