mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
16 lines
391 B
TOML
16 lines
391 B
TOML
--- pyproject.toml.orig 2024-09-03 20:46:46 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,10 +1,9 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
- "setuptools>=67.8",
|
|
+ "setuptools>=61",
|
|
"wheel",
|
|
- "cython~=3.0.2",
|
|
- "numpy>=2.0.0,<3.0; python_version >= '3.9'",
|
|
- "oldest-supported-numpy; python_version < '3.9'"
|
|
+ "cython",
|
|
+ "numpy",
|
|
]
|
|
|
|
build-backend = "setuptools.build_meta"
|