mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
13 lines
310 B
TOML
13 lines
310 B
TOML
--- pyproject.toml.orig 2024-03-24 19:23:05 UTC
|
|
+++ pyproject.toml
|
|
@@ -18,8 +18,8 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
"cython >= 0.29.31",
|
|
- "oldest-supported-numpy>=0.14",
|
|
- "setuptools_scm < 8.0.0",
|
|
+ "numpy>=0.14",
|
|
+ "setuptools_scm",
|
|
"setuptools >= 40.1.0",
|
|
"wheel"
|
|
]
|