You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
86238dc61c
- pin to version 1.14.1 for py310 subport - drop py39 subport, also for its only dependent py-sunpy Closes: https://trac.macports.org/ticket/72939
12 lines
319 B
Diff
12 lines
319 B
Diff
--- pyproject.toml.orig 2025-09-10 11:16:09
|
|
+++ pyproject.toml 2025-09-10 11:16:25
|
|
@@ -51,7 +51,7 @@
|
|
requires = ["setuptools",
|
|
"setuptools_scm",
|
|
"extension-helpers>=1.3,<2",
|
|
- "numpy>=2",
|
|
+ "numpy",
|
|
"cython>=3.1"]
|
|
build-backend = 'setuptools.build_meta'
|
|
|