mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
- 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
14 lines
375 B
Diff
14 lines
375 B
Diff
--- pyproject.toml.orig 2025-09-10 11:18:25
|
|
+++ pyproject.toml 2025-09-10 11:18:40
|
|
@@ -47,8 +47,8 @@
|
|
requires = ["setuptools",
|
|
"setuptools_scm",
|
|
"extension-helpers==1.*",
|
|
- "numpy>=2.0.0rc1",
|
|
- "cython>=3.0,<3.1"]
|
|
+ "numpy",
|
|
+ "cython>=3.0"]
|
|
build-backend = 'setuptools.build_meta'
|
|
|
|
[tool.setuptools]
|