mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
264 B
Diff
14 lines
264 B
Diff
--- pyproject.toml.orig 2025-09-20 22:30:48
|
|
+++ pyproject.toml 2025-09-20 22:31:45
|
|
@@ -2,8 +2,8 @@
|
|
requires = [
|
|
"setuptools>=67.8",
|
|
"wheel",
|
|
- "cython~=3.0.2",
|
|
- "numpy>=2"
|
|
+ "cython",
|
|
+ "numpy"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|