You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
277 B
Diff
14 lines
277 B
Diff
--- pyproject.toml.orig 2026-02-26 14:35:51
|
|
+++ pyproject.toml 2026-02-26 14:36:09
|
|
@@ -1,8 +1,8 @@
|
|
[build-system]
|
|
requires = [
|
|
"setuptools>=77.0.3",
|
|
- "cython>=3.1,<=3.2",
|
|
- "numpy>=2,<3",
|
|
+ "cython",
|
|
+ "numpy",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|